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

2021-12-05 Thread Jason Wang
On Mon, Dec 6, 2021 at 11:07 AM Xuan Zhuo wrote: > > On Tue, 28 Sep 2021 17:13:40 +0800, Xuan Zhuo > wrote: > > Hi, everybody, is there anything else I need to do with this patch? When will > this patch be merged into, so that I can carry out follow-up work. > > Thanks. > > > This patch allows t

Re: [virtio-dev] [PATCH v7 0/3] virtio: introduce VIRTIO_F_RING_RESET for reset queue

2021-12-05 Thread Jason Wang
On Mon, Dec 6, 2021 at 11:06 AM Xuan Zhuo wrote: > > On Mon, 8 Nov 2021 14:22:40 +0800, Xuan Zhuo > wrote: > > Hi All: > > > > This is a new version to support VIRTIO_F_RING_RESET. The feautre > > extends the basic facility to allow the driver to reset a virtqueue. > > This main motivation is t

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

2021-12-05 Thread Xuan Zhuo
On Tue, 28 Sep 2021 17:13:40 +0800, Xuan Zhuo wrote: Hi, everybody, is there anything else I need to do with this patch? When will this patch be merged into, so that I can carry out follow-up work. Thanks. > This patch allows the driver to obtain some statistics from the device. > > In the bac

Re: [virtio-dev] [PATCH v7 0/3] virtio: introduce VIRTIO_F_RING_RESET for reset queue

2021-12-05 Thread Xuan Zhuo
On Mon, 8 Nov 2021 14:22:40 +0800, Xuan Zhuo wrote: > Hi All: > > This is a new version to support VIRTIO_F_RING_RESET. The feautre > extends the basic facility to allow the driver to reset a virtqueue. > This main motivation is to support the reset function of the queue of the > network device.