Lines Matching +full:dev +full:- +full:handle

14         "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbs",
16 "verifyCmd": "$TC qdisc show dev $DUMMY",
17 …"matchPattern": "qdisc cbs 1: root refcnt [0-9]+ hicredit 0 locredit 0 sendslope 0 idleslope 0 off…
20 "$TC qdisc del dev $DUMMY handle 1: root"
35 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbs hicredit 64",
37 "verifyCmd": "$TC qdisc show dev $DUMMY",
38 …"matchPattern": "qdisc cbs 1: root refcnt [0-9]+ hicredit 64 locredit 0 sendslope 0 idleslope 0 of…
41 "$TC qdisc del dev $DUMMY handle 1: root"
56 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbs locredit 10",
58 "verifyCmd": "$TC qdisc show dev $DUMMY",
59 …"matchPattern": "qdisc cbs 1: root refcnt [0-9]+ hicredit 0 locredit 10 sendslope 0 idleslope 0 of…
62 "$TC qdisc del dev $DUMMY handle 1: root"
77 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbs sendslope 888",
79 "verifyCmd": "$TC qdisc show dev $DUMMY",
80 …"matchPattern": "qdisc cbs 1: root refcnt [0-9]+ hicredit 0 locredit 0 sendslope 888 idleslope 0 o…
83 "$TC qdisc del dev $DUMMY handle 1: root"
98 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbs idleslope 666",
100 "verifyCmd": "$TC qdisc show dev $DUMMY",
101 …"matchPattern": "qdisc cbs 1: root refcnt [0-9]+ hicredit 0 locredit 0 sendslope 0 idleslope 666 o…
104 "$TC qdisc del dev $DUMMY handle 1: root"
119 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbs hicredit 10 locredit 75 sendslope 2 i…
121 "verifyCmd": "$TC qdisc show dev $DUMMY",
122 …"matchPattern": "qdisc cbs 1: root refcnt [0-9]+ hicredit 10 locredit 75 sendslope 2 idleslope 666…
125 "$TC qdisc del dev $DUMMY handle 1: root"
139 "$TC qdisc add dev $DUMMY handle 1: root cbs idleslope 666"
141 "cmdUnderTest": "$TC qdisc replace dev $DUMMY handle 1: root cbs sendslope 10",
143 "verifyCmd": "$TC qdisc show dev $DUMMY",
144 …"matchPattern": "qdisc cbs 1: root refcnt [0-9]+ hicredit 0 locredit 0 sendslope 10 idleslope 0 of…
147 "$TC qdisc del dev $DUMMY handle 1: root"
161 "$TC qdisc add dev $DUMMY handle 1: root cbs idleslope 666"
163 "cmdUnderTest": "$TC qdisc change dev $DUMMY handle 1: root cbs idleslope 1",
165 "verifyCmd": "$TC qdisc show dev $DUMMY",
166 …"matchPattern": "qdisc cbs 1: root refcnt [0-9]+ hicredit 0 locredit 0 sendslope 0 idleslope 1 off…
169 "$TC qdisc del dev $DUMMY handle 1: root"
174 "name": "Delete CBS with handle",
183 "$TC qdisc add dev $DUMMY handle 1: root cbs idleslope 666"
185 "cmdUnderTest": "$TC qdisc del dev $DUMMY handle 1: root",
187 "verifyCmd": "$TC qdisc show dev $DUMMY",
188 …"matchPattern": "qdisc cbs 1: root refcnt [0-9]+ hicredit 0 locredit 0 sendslope 0 idleslope 1 off…
205 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbs",
207 "verifyCmd": "$TC class show dev $DUMMY",
208 "matchPattern": "class cbs 1:[0-9]+ parent 1:",
211 "$TC qdisc del dev $DUMMY handle 1: root"