Re: [PATCH v12 26/40] virtio_ring: struct virtqueue introduce reset

2022-07-21 Thread Jason Wang
在 2022/7/20 11:04, Xuan Zhuo 写道: Introduce a new member reset to the structure virtqueue to determine whether the current vq is in the reset state. Subsequent patches will use it. Signed-off-by: Xuan Zhuo Acked-by: Jason Wang --- drivers/virtio/virtio_ring.c | 2 ++ include/linux/vir

[PATCH v12 26/40] virtio_ring: struct virtqueue introduce reset

2022-07-19 Thread Xuan Zhuo
Introduce a new member reset to the structure virtqueue to determine whether the current vq is in the reset state. Subsequent patches will use it. Signed-off-by: Xuan Zhuo --- drivers/virtio/virtio_ring.c | 2 ++ include/linux/virtio.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a