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

2022-07-21 Thread Xuan Zhuo
On Thu, 21 Jul 2022 17:13:49 +0800, Jason Wang wrote: > > 在 2022/7/20 11:04, 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 | 6

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

2022-07-21 Thread Jason Wang
在 2022/7/20 11:04, 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 v12 08/40] virtio_ring: split: extract the logic of alloc queue

2022-07-19 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/