]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-show-per-band-ecn-marked-counter-on-qdisc'
authorJakub Kicinski <kuba@kernel.org>
Thu, 14 Oct 2021 00:47:20 +0000 (17:47 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 14 Oct 2021 00:47:21 +0000 (17:47 -0700)
commitc9d428dcccdbb965a14b56807cc830cea053feef
tree44497c955610b828796b155497f42c704c460dcf
parentac2bfc9ad926358eb0d64158e9b195cc762c279e
parent8a26b9f442a0862804bda3f63b6c7ea9eb7bd279
Merge branch 'mlxsw-show-per-band-ecn-marked-counter-on-qdisc'

Ido Schimmel says:

====================
mlxsw: Show per-band ECN-marked counter on qdisc

The RED qdisc can expose number of packets that it has marked through
the prob_marked counter (shown in iproute2 as "marked"). This counter
currently just shows number of packets marked in the SW datapath, which
in a switch deployment likely means zero.

Spectrum-3 does support per-TC counters, and in this patchset, mlxsw
supports this RED statistic properly.
====================

Link: https://lore.kernel.org/r/20211013103748.492531-1-idosch@idosch.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>