diff options
author | Petr Machata <[email protected]> | 2020-03-05 09:16:43 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-03-05 14:03:32 -0800 |
commit | 7bec1a45d5708a19154b94758802d7c599b99119 (patch) | |
tree | 716a635159e1c2c93130d264b4db6634a43ea80e /lib/test_overflow.c | |
parent | c4e372e2ac7c9752ded23f24d718cad4a8234077 (diff) |
mlxsw: spectrum_qdisc: Support offloading of FIFO Qdisc
There are two peculiarities about offloading FIFO:
- sometimes the qdisc has an unspecified handle (it is "invisible")
- it may be created before the qdisc that it will be a child of
These features make the offload a bit more tricky. The approach chosen in
this patch is to make note of all the FIFOs that needed to be rejected
because their parents were not known. Later when the parent is created,
they are offloaded
FIFO is only offloaded for its counters, queue length is ignored.
Signed-off-by: Petr Machata <[email protected]>
Signed-off-by: Ido Schimmel <[email protected]>
Acked-by: Jiri Pirko <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions