Lines Matching full:shaper
29 # Each device implementing shaper support must support some
65 # Querying a specific shaper not yet configured must fail.
130 raise KsftSkipEx("netdev shaper not supported by device, skipping delete")
139 raise KsftSkipEx("netdev shaper not supported by the device")
165 shaper = nl_shaper.get({'ifindex': cfg.ifindex,
167 ksft_eq(shaper, {'ifindex': cfg.ifindex,
177 # Deleting all the leaves shaper does not affect the node one
219 shaper = nl_shaper.get({'ifindex': cfg.ifindex,
221 ksft_eq(shaper, {'ifindex': cfg.ifindex,
225 shaper = nl_shaper.get({'ifindex': cfg.ifindex,
227 ksft_eq(shaper, {'ifindex': cfg.ifindex,
233 # Grouping to a specified, not existing node scope shaper must fail
257 shaper = nl_shaper.get({'ifindex': cfg.ifindex,
259 ksft_eq(shaper, {'ifindex': cfg.ifindex,
406 # Delete a channel, with a shaper configured on top of the related
407 # queue: the shaper must be deleted, too