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

2022-07-25 Thread Jason Wang
On Mon, Jul 25, 2022 at 3:23 PM Xuan Zhuo wrote: > > On Mon, 25 Jul 2022 14:57:11 +0800, Jason Wang wrote: > > On Mon, Jul 25, 2022 at 2:43 PM Xuan Zhuo > > wrote: > > > > > > On Thu, 21 Jul 2022 17:25:59 +0800, Jason Wang > > > wrote: > > > > > > > > 在 2022/7/20 11:04, Xuan Zhuo 写道: > > > >

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

2022-07-25 Thread Xuan Zhuo
On Mon, 25 Jul 2022 14:57:11 +0800, Jason Wang wrote: > On Mon, Jul 25, 2022 at 2:43 PM Xuan Zhuo wrote: > > > > On Thu, 21 Jul 2022 17:25:59 +0800, Jason Wang wrote: > > > > > > 在 2022/7/20 11:04, Xuan Zhuo 写道: > > > > This patch implements the resize function of the rx queues. > > > > Based on

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

2022-07-24 Thread Jason Wang
On Mon, Jul 25, 2022 at 2:43 PM Xuan Zhuo wrote: > > On Thu, 21 Jul 2022 17:25:59 +0800, Jason Wang wrote: > > > > 在 2022/7/20 11:04, 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 > > > qu

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

2022-07-24 Thread Xuan Zhuo
On Thu, 21 Jul 2022 17:25:59 +0800, Jason Wang wrote: > > 在 2022/7/20 11:04, 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 v12 38/40] virtio_net: support rx queue resize

2022-07-21 Thread Jason Wang
在 2022/7/20 11:04, 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/virtio_net.c | 22 ++ 1 file changed, 22 insertions(+) diff