Re: [PATCH v11 38/40] virtio_net: support rx queue resize

2022-07-04 Thread Xuan Zhuo
On Mon, 4 Jul 2022 11:44:12 +0800, Jason Wang wrote: > > 在 2022/6/29 14:56, Xuan Zhuo 写道: > > This patch implements the resize function of the rx queues. > > Based on this function, it is possible to modify the ring num of the > > queue. > > > > Signed-off-by: Xuan Zhuo > > --- > > drivers/net/

Re: [PATCH v11 39/40] virtio_net: support tx queue resize

2022-07-04 Thread Xuan Zhuo
On Mon, 4 Jul 2022 11:45:52 +0800, Jason Wang wrote: > > 在 2022/6/29 14:56, Xuan Zhuo 写道: > > This patch implements the resize function of the tx queues. > > Based on this function, it is possible to modify the ring num of the > > queue. > > > > Signed-off-by: Xuan Zhuo > > --- > > drivers/net/

Re: [PATCH v11 08/40] virtio_ring: split: extract the logic of alloc queue

2022-07-04 Thread Xuan Zhuo
On Mon, 4 Jul 2022 11:59:03 +0800, Jason Wang wrote: > > 在 2022/7/1 16:45, Xuan Zhuo 写道: > > On Fri, 1 Jul 2022 16:26:25 +0800, Jason Wang wrote: > >> 在 2022/6/29 14:56, Xuan Zhuo 写道: > >>> Separate the logic of split to create vring queue. > >>> > >>> This feature is required for subsequent virt