[PATCH v2] vdpa/vp_vdpa: implement kick_vq_with_data callback

2024-12-02 Thread Yuxue Liu yuxue....@jaguarmicro.com
From: Yuxue Liu Implement the kick_vq_with_data vDPA callback. On kick, we pass the next available data to the hardware by writing it in the kick offset. Signed-off-by: Yuxue Liu --- v2: fix build error for kernel test robot drivers/vdpa/virtio_pci/vp_vdpa.c | 9 + 1 file changed, 9 i

[PATCH] vdpa/vp_vdpa: implement kick_vq_with_data callback

2024-12-01 Thread Yuxue Liu yuxue....@jaguarmicro.com
From: Yuxue Liu Implement the kick_vq_with_data vDPA callback. On kick, we pass the next available data to the hardware by writing it in the kick offset. Signed-off-by: Yuxue Liu --- drivers/vdpa/virtio_pci/vp_vdpa.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/vdpa/vir