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)
commitffdbc0fe8be490ddd6814635cb1df32172249e5d
tree44497c955610b828796b155497f42c704c460dcf
parente79d82643a69df03d59fe47e32619515a83e4969
parentbf862732945cbfebc8616ef6ca60a879f1445fe1
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>