On 28 April 2020 19:25:03 CEST, olg33 wrote: >Thanks Toke, >I cloned the repository in a brand new VM, Once there I modified the >runners.py file removing the previous MARKING_MAP with my customized >values. Then I ran a test using your second proposed method: > >> ./run-flent rrul_var --test-parameter bidir_streams=3 >--test-parameter markings=0x28,0x34,0x38 --test-parameter >labels='10','13','15' -H 192.168.9.13 -l 60 > >The packet capture shows the right hex values but seems like the labels >are not going thru: > >Differentiated Services Field: 0x34 (DSCP: Unknown, ECN: Not-ECT) >Differentiated Services Field: 0x38 (DSCP: AF13, ECN: Not-ECT) >Differentiated Services Field: 0x28 (DSCP: Unknown, ECN: Not-ECT) Where are you getting these values from? Tcpdump? The labels are not sent on the wire at all (and nothing you can do to change that). The 'labels' parameter should set the plot labels on the Flent plots, though... -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/203#issuecomment-620764728