c: m...@redhat.com; jasow...@redhat.com;
> xuanz...@linux.alibaba.com;
> > > virtualizat...@lists.linux.dev; da...@davemloft.net;
> > > eduma...@google.com; k...@kernel.org; pab...@redhat.com; Jiri
> Pirko
> > > ; Dan Jurgens ;
> > > netdev@vger.kernel.org
> > > S
et;
> > eduma...@google.com; k...@kernel.org; pab...@redhat.com; Jiri Pirko
> > ; Dan Jurgens ;
> > netdev@vger.kernel.org
> > Subject: Re: [PATCH net-next 2/2] virtio_net: Add TX stopped and wake
> > counters
> >
> > On Thu, 9 May 2024 11:32:16 -0500, Daniel J
ko
> ; Dan Jurgens ;
> netdev@vger.kernel.org
> Subject: Re: [PATCH net-next 2/2] virtio_net: Add TX stopped and wake
> counters
>
> On Thu, 9 May 2024 11:32:16 -0500, Daniel Jurgens
> wrote:
> > Add a tx queue stop and wake counters, they are useful for debugging.
> >
On Thu, 9 May 2024 11:32:16 -0500, 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-ty
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'