Lines Matching full:shapers

15         shapers = nl_shaper.get({'ifindex': cfg.ifindex}, dump=True)
18 raise KsftSkipEx("shapers not supported by the device")
21 # Default configuration: no shapers configured.
22 ksft_eq(len(shapers), 0)
29 raise KsftSkipEx("shapers not supported by the device")
42 raise KsftSkipEx("shapers not supported by the device")
45 raise KsftSkipEx("device does not support queue scope shapers with bw_max and metric bps")
85 shapers = nl_shaper.get({'ifindex': cfg.ifindex}, dump=True)
86 ksft_eq(shapers, [{'ifindex': cfg.ifindex,
99 raise KsftSkipEx("queue shapers not supported by device, skipping delete")
105 shapers = nl_shaper.get({'ifindex': cfg.ifindex}, dump=True)
106 ksft_eq(len(shapers), 0)
115 raise KsftSkipEx("shapers not supported by the device")
118 raise KsftSkipEx("device does not support nested netdev scope shapers with weight")
125 shapers = nl_shaper.get({'ifindex': cfg.ifindex}, dump=True)
126 ksft_eq(shapers, [{'ifindex': cfg.ifindex,
137 shapers = nl_shaper.get({'ifindex': cfg.ifindex}, dump=True)
138 ksft_eq(len(shapers), 0)
151 raise KsftSkipEx("shapers not supported by the device")
154 raise KsftSkipEx("device does not support queue scope shapers with weight")
182 shapers = nl_shaper.get({'ifindex': cfg.ifindex}, dump=True)
183 ksft_eq(len(shapers), 1)
196 raise KsftSkipEx("shapers not supported by the device")
199 raise KsftSkipEx("device does not support node scope shapers with bw_max and metric bps")
205 raise KsftSkipEx("shapers not supported by the device")
208 raise KsftSkipEx("device does not support nested queue scope shapers with weight")
275 shapers = nl_shaper.get({'ifindex': cfg.ifindex}, dump=True)
276 ksft_eq(shapers, [{'ifindex': cfg.ifindex,
284 shapers = nl_shaper.get({'ifindex': cfg.ifindex}, dump=True)
285 ksft_eq(len(shapers), 0)
295 raise KsftSkipEx("node scope shapers not supported by the device")
298 raise KsftSkipEx("device does not support node scope shapers nesting")
325 shapers = nl_shaper.get({'ifindex': cfg.ifindex}, dump=True)
326 ksft_eq(shapers, [{'ifindex': cfg.ifindex,
352 shapers = nl_shaper.get({'ifindex': cfg.ifindex}, dump=True)
353 ksft_eq(shapers, [{'ifindex': cfg.ifindex,
375 shapers = nl_shaper.get({'ifindex': cfg.ifindex}, dump=True)
376 ksft_eq(len(shapers), 0)
389 # Delete a channel, with no shapers configured on top of the related
392 shapers = nl_shaper.get({'ifindex': cfg.ifindex}, dump=True)
393 ksft_eq(shapers, [{'ifindex': cfg.ifindex,
413 shapers = nl_shaper.get({'ifindex': cfg.ifindex}, dump=True)
414 ksft_eq(shapers, [{'ifindex': cfg.ifindex,
427 shapers = nl_shaper.get({'ifindex': cfg.ifindex}, dump=True)
428 ksft_eq(shapers, [{'ifindex': cfg.ifindex,