Re: [PATCH v13 18/42] virtio_ring: packed: extract the logic of alloc queue

2022-07-26 Thread Jason Wang
在 2022/7/26 15:22, Xuan Zhuo 写道: Separate the logic of packed to create vring queue. This feature is required for subsequent virtuqueue reset vring. Signed-off-by: Xuan Zhuo Acked-by: Jason Wang --- drivers/virtio/virtio_ring.c | 80 +++- 1 file chang

[PATCH v13 18/42] virtio_ring: packed: extract the logic of alloc queue

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