Re: [PATCH 29/40] vdpa: expose API vhost_vdpa_dma_batch_once

2024-01-14 Thread Jason Wang
On Fri, Dec 8, 2023 at 2:51 AM Si-Wei Liu wrote: > > So that the batching API can be called from other file > externally than the local. > > Signed-off-by: Si-Wei Liu > --- > hw/virtio/vhost-vdpa.c | 21 +++-- > include/hw/virtio/vhost-vdpa.h | 3 +++ > 2 files changed,

Re: [PATCH 29/40] vdpa: expose API vhost_vdpa_dma_batch_once

2023-12-13 Thread Eugenio Perez Martin
On Thu, Dec 7, 2023 at 7:51 PM Si-Wei Liu wrote: > > So that the batching API can be called from other file > externally than the local. > > Signed-off-by: Si-Wei Liu > --- > hw/virtio/vhost-vdpa.c | 21 +++-- > include/hw/virtio/vhost-vdpa.h | 3 +++ > 2 files changed,

[PATCH 29/40] vdpa: expose API vhost_vdpa_dma_batch_once

2023-12-07 Thread Si-Wei Liu
So that the batching API can be called from other file externally than the local. Signed-off-by: Si-Wei Liu --- hw/virtio/vhost-vdpa.c | 21 +++-- include/hw/virtio/vhost-vdpa.h | 3 +++ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/hw/virtio/vhost-vdpa