Re: [PATCH net-next] virtio_net: Add TX stop and wake counters
From: Jakub Kicinski <kuba@kernel.org>
Date: 2024-02-02 04:21:10
Also in:
virtualization
From: Jakub Kicinski <kuba@kernel.org>
Date: 2024-02-02 04:21:10
Also in:
virtualization
On Wed, 31 Jan 2024 10:54:33 +0800 Jason Xing wrote:
quoted
[danielj@sw-mtx-051 upstream]$ ethtool -S ens2f1np1 | grep 'stop\|wake' tx_queue_stopped: 0 tx_queue_wake: 0 tx0_stopped: 0 tx0_wake: 0 ....Yes, that's it! What I know is that only mlx drivers have those two counters, but they are very useful when debugging some issues or tracking some historical changes if we want to.
Can you say more? I'm curious what's your use case.