Lines Matching full:strict

44         "name": "Add ETS qdisc using strict",
52 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 3",
55 "matchPattern": "qdisc ets 1: root .*bands 3 strict 3",
84 "name": "Add ETS qdisc using bands + strict",
92 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 3 strict 3",
95 "matchPattern": "qdisc ets 1: root .*bands 3 strict 3 priomap",
104 "name": "Add ETS qdisc using strict + quanta",
112 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 3 quanta 1500 750",
115 "matchPattern": "qdisc ets 1: root .*bands 5 strict 3 quanta 1500 750 priomap",
124 "name": "Add ETS qdisc using strict 0 + quanta",
132 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 0 quanta 1500 750",
144 "name": "Add ETS qdisc using bands + strict + quanta",
152 … "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 5 strict 3 quanta 1500 750",
155 "matchPattern": "qdisc ets 1: root .*bands 5 .*strict 3 quanta 1500 750 priomap",
184 "name": "Add ETS qdisc with more bands than strict",
192 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 3 strict 1",
195 "matchPattern": "qdisc ets 1: root .*bands 3 strict 1 quanta ([1-9][0-9]* ){2}priomap",
204 "name": "Add ETS qdisc with more bands than strict + quanta",
212 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 3 strict 1 quanta 1000",
215 "matchPattern": "qdisc ets 1: root .*bands 3 strict 1 quanta 1000 [1-9][0-9]* priomap",
263 "name": "Add ETS qdisc with 17 strict",
271 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 17",
321 "name": "Add ETS qdisc with 16 strict + quanta",
329 … "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 8 quanta 1 2 3 4 5 6 7 8",
341 "name": "Add ETS qdisc with 17 strict + quanta",
349 … "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 9 quanta 1 2 3 4 5 6 7 8",
400 "name": "Add ETS qdisc with strict + priomap",
408 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 5 priomap 0 0 1 0 1 2 0 1 2 3 …
411 … "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",
420 "name": "Add ETS qdisc with quanta + strict + priomap",
428 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 2 quanta 1000 2000 3000 prioma…
431 …"matchPattern": "qdisc ets 1: root .*strict 2 quanta 1000 2000 3000 priomap 0 0 1 0 1 2 0 1 2 3 0 …
500 "name": "Show ETS strict class",
508 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 3",
539 "name": "Add ETS qdisc with too many strict",
547 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 2 strict 3",
558 "name": "Add ETS qdisc with too many strict + quanta",
566 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 4 strict 2 quanta 1000 2000 300…
634 "name": "Add ETS qdisc with priomap above strict",
642 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 2 priomap 0 1 2",
653 "name": "Add ETS qdisc with priomap above strict + quanta",
661 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 1 quanta 1000 500 priomap 0 1 …
672 "name": "Add ETS qdisc with priomap within bands with strict + quanta",
680 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 4 strict 1 quanta 1000 500 prio…
691 "name": "Add ETS qdisc with priomap above bands with strict + quanta",
699 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 4 strict 1 quanta 1000 500 prio…
902 "name": "Change quantum of a strict ETS band",
909 "$TC qdisc add dev $DUMMY handle 1: root ets strict 5"
914 "matchPattern": "qdisc ets .*bands 5 .*strict 5",
922 "name": "Change ETS strict band without quantum",
929 "$TC qdisc add dev $DUMMY handle 1: root ets strict 5"
934 "matchPattern": "qdisc ets .*bands 5 .*strict 5",