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

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

2022-07-03 Thread Jason Wang
在 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 virtuqueue reset vring. Signed-off-by: Xuan Zhuo --- drivers/virtio/virtio_rin

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

2022-07-01 Thread 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 virtuqueue reset vring. > > > > Signed-off-by: Xuan Zhuo > > --- > > drivers/virtio/virtio_ring.c | 68

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

2022-07-01 Thread Jason Wang
在 2022/6/29 14:56, Xuan Zhuo 写道: Separate the logic of split to create vring queue. This feature is required for subsequent virtuqueue reset vring. Signed-off-by: Xuan Zhuo --- drivers/virtio/virtio_ring.c | 68 ++-- 1 file changed, 42 insertions(+), 26 dele

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

2022-06-28 Thread Xuan Zhuo
Separate the logic of split to create vring queue. This feature is required for subsequent virtuqueue reset vring. Signed-off-by: Xuan Zhuo --- drivers/virtio/virtio_ring.c | 68 ++-- 1 file changed, 42 insertions(+), 26 deletions(-) diff --git a/drivers/virtio/