Lines Matching +full:foo +full:- +full:queue
5 …"__comment": "When omitted, queue size in bfifo is calculated as: txqueuelen * (MTU + LinkLayerHdr…
16 "matchPattern": "qdisc bfifo 1: root.*limit [0-9]+b",
26 …"__comment": "When omitted, queue size in pfifo is defaulted to the interface's txqueuelen value.",
37 "matchPattern": "qdisc pfifo 1: root.*limit [0-9]+p",
57 "matchPattern": "qdisc bfifo ffff: root.*limit [0-9]+b",
66 "name": "Add bfifo qdisc on egress with queue size of 3000 bytes",
86 "name": "Add pfifo qdisc on egress with queue size of 3000 packets",
117 "matchPattern": "qdisc bfifo 10000: root.*limit [0-9]+b",
163 "name": "Replace bfifo qdisc on egress with new queue size",
185 "name": "Replace pfifo qdisc on egress with new queue size",
207 "name": "Add bfifo qdisc on egress with queue size in invalid format",
215 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root bfifo limit foo-bar",
218 "matchPattern": "qdisc bfifo 1: root.*limit foo-bar",