flent-users writes: > Hi Toke, > > >> On Apr 1, 2020, at 12:09, Toke Høiland-Jørgensen wrote: >> >> >> flent-users writes: >> >> > Hi Toke, >> > >> > that sounds great! >> > Question: Are the marking parameters in decimal? So can I for example >> > just take the decimal values from >> > https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus1000/sw/4_0_4_s_v_1_3/qos/configuration/guide/n1000v_qos/n1000v_qos_6dscpval.html >> > or related tables? >> >> I'd actually suggest you just use the symbolic values (e.g., 'CS0'). > > Probably decent advise for RFC endorsed named DSCPs, but I want > to try a all 6bit DSCP variant at one point in time and hence > need numerical inputs as well. Right. Well, in that case I think probably the safest is to use hexadecimal values prefixed with 0x. Netperf seems to want that at least, and irtt will take both... >> Flent will make sure to convert them to decimal values for the tools >> that don't understand the symbolic ones. This is the list of supported >> symbolic values: >> >> https://github.com/tohojo/flent/blob/master/flent/runners.py#L105 > > Ah, I guess that list could be extended and that you take patches? Sure. -- 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-607186010