Peter Oh <peter.oh@xxxxxxxxxxxxxxxxx> writes: > Hi Toke, > > > On 08/17/2018 04:32 AM, Toke Høiland-Jørgensen wrote: >> >>>>> Shift 6: >>>>> wgong@wgong-Latitude-E5440-1:~/flent$ flent -H 192.168.1.7 -t >>>>> "sk_pacing_shift6" tcp_nup --test-parameter upload_streams=1 >>>> > Does flent have options to set TOS or QoS queue for TCP or UDP test? > If I add "--test-paramete burst_tos=0xe0", will it use corresponding > mac80211 QoS queue? Yes, for some tests: - The RRUL test will run four TCP flows in each direction, one marked for each 802.11 QoS queue. - For the rtt_fair* tests you can set them with a test parameter: --test-parameter markings=BE,CS1 to set flows 1 and 2 to BE and CS1 respectively. You can use the rtt_fair_var* tests to get a variable number of flows (the same host can be specified multiple times by having different hostnames resolve to the same IP). -Toke