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

2022-07-07 Thread Jason Wang
On Tue, Jul 5, 2022 at 10:01 AM Xuan Zhuo wrote: > > 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 > > > que

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

2022-07-07 Thread Jason Wang
On Tue, Jul 5, 2022 at 10:00 AM Xuan Zhuo wrote: > > 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 > > > que