Lines Matching full:strict

46         "name": "Add ETS qdisc using strict",
56 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 3",
59 "matchPattern": "qdisc ets 1: root .*bands 3 strict 3",
88 "name": "Add ETS qdisc using bands + strict",
98 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 3 strict 3",
101 "matchPattern": "qdisc ets 1: root .*bands 3 strict 3 priomap",
109 "name": "Add ETS qdisc using strict + quanta",
119 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 3 quanta 1500 750",
122 "matchPattern": "qdisc ets 1: root .*bands 5 strict 3 quanta 1500 750 priomap",
130 "name": "Add ETS qdisc using strict 0 + quanta",
140 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 0 quanta 1500 750",
151 "name": "Add ETS qdisc using bands + strict + quanta",
161 … "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 5 strict 3 quanta 1500 750",
164 "matchPattern": "qdisc ets 1: root .*bands 5 .*strict 3 quanta 1500 750 priomap",
193 "name": "Add ETS qdisc with more bands than strict",
203 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 3 strict 1",
206 "matchPattern": "qdisc ets 1: root .*bands 3 strict 1 quanta ([1-9][0-9]* ){2}priomap",
214 "name": "Add ETS qdisc with more bands than strict + quanta",
224 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 3 strict 1 quanta 1000",
227 "matchPattern": "qdisc ets 1: root .*bands 3 strict 1 quanta 1000 [1-9][0-9]* priomap",
276 "name": "Add ETS qdisc with 17 strict",
286 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 17",
337 "name": "Add ETS qdisc with 16 strict + quanta",
347 … "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 8 quanta 1 2 3 4 5 6 7 8",
358 "name": "Add ETS qdisc with 17 strict + quanta",
368 … "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 9 quanta 1 2 3 4 5 6 7 8",
420 "name": "Add ETS qdisc with strict + priomap",
430 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 5 priomap 0 0 1 0 1 2 0 1 2 3 …
433 … "matchPattern": "qdisc ets 1: root .*bands 5 strict 5 priomap 0 0 1 0 1 2 0 1 2 3 0 1 2 3 4 0",
441 "name": "Add ETS qdisc with quanta + strict + priomap",
451 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 2 quanta 1000 2000 3000 prioma…
454 …"matchPattern": "qdisc ets 1: root .*strict 2 quanta 1000 2000 3000 priomap 0 0 1 0 1 2 0 1 2 3 0 …
525 "name": "Show ETS strict class",
535 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 3",
566 "name": "Add ETS qdisc with too many strict",
576 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 2 strict 3",
586 "name": "Add ETS qdisc with too many strict + quanta",
596 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 4 strict 2 quanta 1000 2000 300…
666 "name": "Add ETS qdisc with priomap above strict",
676 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 2 priomap 0 1 2",
686 "name": "Add ETS qdisc with priomap above strict + quanta",
696 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 1 quanta 1000 500 priomap 0 1 …
706 "name": "Add ETS qdisc with priomap within bands with strict + quanta",
716 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 4 strict 1 quanta 1000 500 prio…
726 "name": "Add ETS qdisc with priomap above bands with strict + quanta",
736 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 4 strict 1 quanta 1000 500 prio…
948 "name": "Change quantum of a strict ETS band",
957 "$TC qdisc add dev $DUMMY handle 1: root ets strict 5"
962 "matchPattern": "qdisc ets .*bands 5 .*strict 5",
969 "name": "Change ETS strict band without quantum",
978 "$TC qdisc add dev $DUMMY handle 1: root ets strict 5"
983 "matchPattern": "qdisc ets .*bands 5 .*strict 5",