Lines Matching full:shaper
32 # Each device implementing shaper support must support some
68 # Querying a specific shaper not yet configured must fail.
133 raise KsftSkipEx("netdev shaper not supported by device, skipping delete")
142 raise KsftSkipEx("netdev shaper not supported by the device")
168 shaper = nl_shaper.get({'ifindex': cfg.ifindex,
170 ksft_eq(shaper, {'ifindex': cfg.ifindex,
180 # Deleting all the leaves shaper does not affect the node one
222 shaper = nl_shaper.get({'ifindex': cfg.ifindex,
224 ksft_eq(shaper, {'ifindex': cfg.ifindex,
228 shaper = nl_shaper.get({'ifindex': cfg.ifindex,
230 ksft_eq(shaper, {'ifindex': cfg.ifindex,
236 # Grouping to a specified, not existing node scope shaper must fail
260 shaper = nl_shaper.get({'ifindex': cfg.ifindex,
262 ksft_eq(shaper, {'ifindex': cfg.ifindex,
409 # Delete a channel, with a shaper configured on top of the related
410 # queue: the shaper must be deleted, too