Re: [PATCH v9 10/32] virtio_ring: split: introduce virtqueue_reinit_split()

2022-04-11 Thread Jason Wang
在 2022/4/6 上午11:43, Xuan Zhuo 写道: Introduce a function to initialize vq without allocating new ring, desc_state, desc_extra. Subsequent patches will call this function after reset vq to reinitialize vq. Signed-off-by: Xuan Zhuo Acked-by: Jason Wang --- drivers/virtio/virtio_ring.c |

[PATCH v9 10/32] virtio_ring: split: introduce virtqueue_reinit_split()

2022-04-05 Thread Xuan Zhuo
Introduce a function to initialize vq without allocating new ring, desc_state, desc_extra. Subsequent patches will call this function after reset vq to reinitialize vq. Signed-off-by: Xuan Zhuo --- drivers/virtio/virtio_ring.c | 19 +++ 1 file changed, 19 insertions(+) diff --g