Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ido Schimmel says: ==================== mlxsw: Offload FIFO Petr says: If an ETS or PRIO band contains an offloaded qdisc, it is possible to obtain offloaded counters for that band. However, some of the bands will likely simply contain the default invisible FIFO qdisc, which does not present the counters. To remedy this situation, make FIFO offloadable, and offload it by mlxsw when below PRIO and ETS for the sole purpose of providing counters for the bands that do not include other qdiscs. - In patch projectacrn#1, FIFO is extended to support offloading. - Patches projectacrn#2 and projectacrn#3 restructure bits of mlxsw to facilitate the offload logic. - Patch projectacrn#4 then implements the offload itself. - Patch projectacrn#5 changes the ETS selftest to use the new counters. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information