Re: [PATCH vhost v2 08/12] virtio_ring: update document for virtqueue_add_*

2023-03-14 Thread Xuan Zhuo
On Tue, 14 Mar 2023 15:58:22 +0800, Jason Wang wrote: > On Wed, Mar 8, 2023 at 2:44 PM Xuan Zhuo wrote: > > > > Update the document of virtqueue_add_* series API, allowing the callers to > > use sg->dma_address to pass the dma address to Virtio Core. > > > > Signed-off-by: Xuan Zhuo > > --- > >

Re: [PATCH vhost v2 08/12] virtio_ring: update document for virtqueue_add_*

2023-03-14 Thread Jason Wang
On Wed, Mar 8, 2023 at 2:44 PM Xuan Zhuo wrote: > > Update the document of virtqueue_add_* series API, allowing the callers to > use sg->dma_address to pass the dma address to Virtio Core. > > Signed-off-by: Xuan Zhuo > --- > drivers/virtio/virtio_ring.c | 16 > 1 file changed,

[PATCH vhost v2 08/12] virtio_ring: update document for virtqueue_add_*

2023-03-07 Thread Xuan Zhuo
Update the document of virtqueue_add_* series API, allowing the callers to use sg->dma_address to pass the dma address to Virtio Core. Signed-off-by: Xuan Zhuo --- drivers/virtio/virtio_ring.c | 16 1 file changed, 16 insertions(+) diff --git a/drivers/virtio/virtio_ring.c b/dr