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