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>
Showing
- Documentation/netlink/specs/netdev.yaml 91 additions, 0 deletionsDocumentation/netlink/specs/netdev.yaml
- Documentation/networking/statistics.rst 15 additions, 0 deletionsDocumentation/networking/statistics.rst
- drivers/net/ethernet/broadcom/bnxt/bnxt.c 65 additions, 0 deletionsdrivers/net/ethernet/broadcom/bnxt/bnxt.c
- include/linux/netdevice.h 3 additions, 0 deletionsinclude/linux/netdevice.h
- include/net/netdev_queues.h 56 additions, 0 deletionsinclude/net/netdev_queues.h
- include/uapi/linux/netdev.h 20 additions, 0 deletionsinclude/uapi/linux/netdev.h
- net/core/netdev-genl-gen.c 12 additions, 0 deletionsnet/core/netdev-genl-gen.c
- net/core/netdev-genl-gen.h 2 additions, 0 deletionsnet/core/netdev-genl-gen.h
- net/core/netdev-genl.c 214 additions, 0 deletionsnet/core/netdev-genl.c
- tools/include/uapi/linux/netdev.h 20 additions, 0 deletionstools/include/uapi/linux/netdev.h
Please register or sign in to comment