Re: [virtio-dev] [PATCH] virtio: introduce VIRTIO_F_RING_RESET for reset queue

2021-08-26 Thread Xuan Zhuo
On Thu, 26 Aug 2021 12:32:34 +0800, Jason Wang wrote: > > 在 2021/8/23 下午4:28, Xuan Zhuo 写道: > > cc jasow...@redhat.com > > > > On Fri, 13 Aug 2021 10:31:05 +0800, Xuan Zhuo > > wrote: > >> This patch allows the driver to reset a queue individually. > >> > >> This is very common on general networ

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

2021-08-26 Thread Xuan Zhuo
On Thu, 26 Aug 2021 12:22:25 +0800, Jason Wang wrote: > > 在 2021/8/23 下午4:27, 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 th

Re: [virtio-dev] [PATCH] virtio: introduce VIRTIO_F_RING_RESET for reset queue

2021-08-26 Thread Jason Wang
在 2021/8/27 上午11:18, Xuan Zhuo 写道: On Thu, 26 Aug 2021 12:32:34 +0800, Jason Wang wrote: 在 2021/8/23 下午4:28, Xuan Zhuo 写道: cc jasow...@redhat.com On Fri, 13 Aug 2021 10:31:05 +0800, Xuan Zhuo wrote: This patch allows the driver to reset a queue individually. This is very common on gener

Re: [virtio-dev] [PATCH] virtio: introduce VIRTIO_F_RING_RESET for reset queue

2021-08-26 Thread Xuan Zhuo
On Fri, 27 Aug 2021 11:41:11 +0800, Jason Wang wrote: > > 在 2021/8/27 上午11:18, Xuan Zhuo 写道: > > On Thu, 26 Aug 2021 12:32:34 +0800, Jason Wang wrote: > >> 在 2021/8/23 下午4:28, Xuan Zhuo 写道: > >>> cc jasow...@redhat.com > >>> > >>> On Fri, 13 Aug 2021 10:31:05 +0800, Xuan Zhuo > >>> wrote: > >>>

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

2021-08-26 Thread Jason Wang
在 2021/8/27 上午11:22, Xuan Zhuo 写道: On Thu, 26 Aug 2021 12:22:25 +0800, Jason Wang wrote: 在 2021/8/23 下午4:27, 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 de