Re: [PATCH v13 21/42] virtio_ring: packed: extract the logic of attach vring

2022-07-26 Thread Jason Wang
在 2022/7/26 15:22, Xuan Zhuo 写道: Separate the logic of attach vring, the subsequent patch will call it separately. Signed-off-by: Xuan Zhuo Acked-by: Jason Wang --- drivers/virtio/virtio_ring.c | 19 +++ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/d

[PATCH v13 21/42] virtio_ring: packed: extract the logic of attach vring

2022-07-26 Thread Xuan Zhuo
Separate the logic of attach vring, the subsequent patch will call it separately. Signed-off-by: Xuan Zhuo --- drivers/virtio/virtio_ring.c | 19 +++ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/drivers/virtio/virtio_ring.c b/drivers/virtio/virtio_ring.c index f