Re: [PATCH v11 28/40] virtio_pci: introduce helper to get/set queue reset

2022-07-01 Thread Jason Wang
在 2022/6/29 14:56, Xuan Zhuo 写道: Introduce new helpers to implement queue reset and get queue reset status. https://github.com/oasis-tcs/virtio-spec/issues/124 https://github.com/oasis-tcs/virtio-spec/issues/139 Signed-off-by: Xuan Zhuo Acked-by: Jason Wang --- drivers/virtio/vir

[PATCH v11 28/40] virtio_pci: introduce helper to get/set queue reset

2022-06-28 Thread Xuan Zhuo
Introduce new helpers to implement queue reset and get queue reset status. https://github.com/oasis-tcs/virtio-spec/issues/124 https://github.com/oasis-tcs/virtio-spec/issues/139 Signed-off-by: Xuan Zhuo --- drivers/virtio/virtio_pci_modern_dev.c | 35 ++ include/linux