Re: [virtio-dev] [PATCH v7] virtio-net: support device stats

2022-01-10 Thread Cornelia Huck
On Wed, Jan 05 2022, Xuan Zhuo wrote: > This patch allows the driver to obtain some statistics from the device. > > In the back-end implementation, we can count a lot of such information, > which can be used for debugging and judging the running status of the > back-end. We hope to directly

[virtio-dev] [PATCH v7] virtio-net: support device stats

2022-01-04 Thread Xuan Zhuo
This patch allows the driver to obtain some statistics from the device. In the back-end implementation, we can count a lot of such information, which can be used for debugging and judging the running status of the back-end. We hope to directly display it to the user through ethtool.