[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240222223629.158254-1-kuba@kernel.org>
Date: Thu, 22 Feb 2024 14:36:26 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org,
edumazet@...gle.com,
pabeni@...hat.com,
danielj@...dia.com,
mst@...hat.com,
amritha.nambiar@...el.com,
michael.chan@...adcom.com,
Jakub Kicinski <kuba@...nel.org>
Subject: [RFC net-next 0/3] netdev: add per-queue statistics
Hi!
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.
Jakub Kicinski (3):
netdev: add per-queue statistics
netdev: add queue stat for alloc failures
eth: bnxt: support per-queue statistics
Documentation/netlink/specs/netdev.yaml | 91 +++++++++
Documentation/networking/statistics.rst | 17 +-
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 63 +++++++
include/linux/netdevice.h | 3 +
include/net/netdev_queues.h | 56 ++++++
include/uapi/linux/netdev.h | 21 +++
net/core/netdev-genl-gen.c | 12 ++
net/core/netdev-genl-gen.h | 2 +
net/core/netdev-genl.c | 219 ++++++++++++++++++++++
tools/include/uapi/linux/netdev.h | 21 +++
10 files changed, 504 insertions(+), 1 deletion(-)
--
2.43.2
Powered by blists - more mailing lists