Re: [PATCH v12 24/40] virtio: allow to unbreak/break virtqueue individually

2022-07-21 Thread Jason Wang
在 2022/7/20 11:04, Xuan Zhuo 写道: This patch allows the new introduced __virtqueue_break()/__virtqueue_unbreak() to break/unbreak the virtqueue. Signed-off-by: Xuan Zhuo Acked-by: Jason Wang --- drivers/virtio/virtio_ring.c | 24 include/linux/virtio.h |

[PATCH v12 24/40] virtio: allow to unbreak/break virtqueue individually

2022-07-19 Thread Xuan Zhuo
This patch allows the new introduced __virtqueue_break()/__virtqueue_unbreak() to break/unbreak the virtqueue. Signed-off-by: Xuan Zhuo --- drivers/virtio/virtio_ring.c | 24 include/linux/virtio.h | 3 +++ 2 files changed, 27 insertions(+) diff --git a/drivers/v