Re: [PATCH net-next v2 2/2] virtio_net: Add TX stopped and wake counters

2024-05-10 Thread Jason Xing
On Sat, May 11, 2024 at 4:20 AM Daniel Jurgens wrote: > > Add a tx queue stop and wake counters, they are useful for debugging. > > $ ./tools/net/ynl/cli.py --spec netlink/specs/netdev.yaml \ > --dump qstats-get --json '{"scope": "queue"}' > ... > {'ifindex': 13, > 'queue-id': 0, > 'queue-typ

[PATCH net-next v2 2/2] virtio_net: Add TX stopped and wake counters

2024-05-10 Thread Daniel Jurgens
Add a tx queue stop and wake counters, they are useful for debugging. $ ./tools/net/ynl/cli.py --spec netlink/specs/netdev.yaml \ --dump qstats-get --json '{"scope": "queue"}' ... {'ifindex': 13, 'queue-id': 0, 'queue-type': 'tx', 'tx-bytes': 14756682850, 'tx-packets': 226465, 'tx-stop'