Merge branch 'netdev-add-per-queue-statistics'
authorJakub Kicinski <kuba@kernel.org>
Fri, 8 Mar 2024 05:13:28 +0000 (21:13 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 8 Mar 2024 05:13:29 +0000 (21:13 -0800)
commitbf02ba6d36ae8152c784940e2e3dddbe5f14e7a9
tree7f54fb95aa143fa35e9eb62edbe3dfe854fbba7a
parente8bb2ccff7216d520a7bc33c22484dafebe8147e
parentaf7b3b4adda592cb49e202f3617454d5dda4c5b5
Merge branch 'netdev-add-per-queue-statistics'

Jakub Kicinski says:

====================
netdev: add per-queue statistics

Per queue stats keep coming up, so it's about time someone laid
the foundation. This series adds the uAPI, a handful of stats
and a sample support for bnxt. It's not very comprehensive in
terms of stat types or driver support. The expectation is that
the support will grow organically. If we have the basic pieces
in place it will be easy for reviewers to request new stats,
or use of the API in place of ethtool -S.

See patch 3 for sample output.

v2: https://lore.kernel.org/all/20240229010221.2408413-1-kuba@kernel.org/
v1: https://lore.kernel.org/all/20240226211015.1244807-1-kuba@kernel.org/
rfc: https://lore.kernel.org/all/20240222223629.158254-1-kuba@kernel.org/
====================

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