mbox series

[net-next,0/2] Add TX stop/wake counters

Message ID 20240510201927.1821109-1-danielj@nvidia.com (mailing list archive)
Headers show
Series Add TX stop/wake counters | expand

Message

Dan Jurgens May 10, 2024, 8:19 p.m. UTC
Several drivers provide TX stop and wake counters via ethtool stats. Add
those to the netdev queue stats, and use them in virtio_net.

v2:
	- Fixed an accidental line deletion
	- Enhanced documentation

Daniel Jurgens (2):
  netdev: Add queue stats for TX stop and wake
  virtio_net: Add TX stopped and wake counters

 Documentation/netlink/specs/netdev.yaml | 14 +++++++++++++
 drivers/net/virtio_net.c                | 28 +++++++++++++++++++++++--
 include/net/netdev_queues.h             |  3 +++
 include/uapi/linux/netdev.h             |  2 ++
 net/core/netdev-genl.c                  |  4 +++-
 tools/include/uapi/linux/netdev.h       |  2 ++
 6 files changed, 50 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 13, 2024, 10:50 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 10 May 2024 23:19:25 +0300 you wrote:
> Several drivers provide TX stop and wake counters via ethtool stats. Add
> those to the netdev queue stats, and use them in virtio_net.
> 
> v2:
> 	- Fixed an accidental line deletion
> 	- Enhanced documentation
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] netdev: Add queue stats for TX stop and wake
    https://git.kernel.org/netdev/net-next/c/b56035101e1c
  - [net-next,v2,2/2] virtio_net: Add TX stopped and wake counters
    https://git.kernel.org/netdev/net-next/c/c39add9b2423

You are awesome, thank you!