gt; Subject: Re: [PATCH v8 4/5] vhost: support async dequeue for split ring
>
> On Thu, Jun 16, 2022 at 4:38 PM David Marchand
> wrote:
> >
> > On Mon, May 16, 2022 at 1:16 PM wrote:
> > > +static __rte_always_inline uint16_t
> > > +virtio_de
On Thu, Jun 16, 2022 at 4:38 PM David Marchand
wrote:
>
> On Mon, May 16, 2022 at 1:16 PM wrote:
> > +static __rte_always_inline uint16_t
> > +virtio_dev_tx_async_split(struct virtio_net *dev, struct vhost_virtqueue
> > *vq,
> > + struct rte_mempool *mbuf_pool, struct rte_mbuf **pk
On Mon, May 16, 2022 at 1:16 PM wrote:
> +static __rte_always_inline uint16_t
> +virtio_dev_tx_async_split(struct virtio_net *dev, struct vhost_virtqueue *vq,
> + struct rte_mempool *mbuf_pool, struct rte_mbuf **pkts,
> uint16_t count,
> + int16_t dma_id, uint16_t vcha
From: Xuan Ding
This patch implements asynchronous dequeue data path for vhost split
ring, a new API rte_vhost_async_try_dequeue_burst() is introduced.
Signed-off-by: Xuan Ding
Signed-off-by: Yuan Wang
Tested-by: Yvonne Yang
Reviewed-by: Maxime Coquelin
---
doc/guides/prog_guide/vhost_lib.r
4 matches
Mail list logo