Re: [PATCH 06/16] virtio-pci: support queue reset

2022-07-25 Thread Jason Wang
在 2022/7/18 19:17, Kangjie Xu 写道: From: Xuan Zhuo PCI devices support vq reset. Based on this function, the driver can adjust the size of the ring, and quickly recycle the buffer in the ring. Signed-off-by: Xuan Zhuo --- hw/virtio/virtio-pci.c | 16 include/hw/v

[PATCH 06/16] virtio-pci: support queue reset

2022-07-18 Thread Kangjie Xu
From: Xuan Zhuo PCI devices support vq reset. Based on this function, the driver can adjust the size of the ring, and quickly recycle the buffer in the ring. Signed-off-by: Xuan Zhuo --- hw/virtio/virtio-pci.c | 16 include/hw/virtio/virtio-pci.h | 1 + 2 files chang