RE: [PATCH v5 4/5] vhost: support async dequeue for split ring

2022-05-12 Thread Ding, Xuan
t: Re: [PATCH v5 4/5] vhost: support async dequeue for split ring > > On Fri, 13 May 2022 02:00:21 + > xuan.d...@intel.com wrote: > > > > > +/** > > + * This function tries to receive packets from the guest with > > +offloading > > + * copies to the as

Re: [PATCH v5 4/5] vhost: support async dequeue for split ring

2022-05-12 Thread Stephen Hemminger
On Fri, 13 May 2022 02:00:21 + xuan.d...@intel.com wrote: > > +/** > + * This function tries to receive packets from the guest with offloading > + * copies to the async channel. The packets that are transfer completed > + * are returned in "pkts". The other packets that their copies are subm

[PATCH v5 4/5] vhost: support async dequeue for split ring

2022-05-12 Thread xuan . ding
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