> -----Original Message-----
> From: Stephen Hemminger <step...@networkplumber.org>
> Sent: Friday, May 13, 2022 10:24 AM
> To: Ding, Xuan <xuan.d...@intel.com>
> Cc: maxime.coque...@redhat.com; Xia, Chenbo <chenbo....@intel.com>;
> dev@dpdk.org; Hu, Jiayu <jiayu...@intel.com>; Jiang, Cheng1
> <cheng1.ji...@intel.com>; Pai G, Sunil <sunil.pa...@intel.com>;
> lian...@liangbit.com; Wang, YuanX <yuanx.w...@intel.com>
> Subject: Re: [PATCH v5 4/5] vhost: support async dequeue for split ring
> 
> On Fri, 13 May 2022 02:00:21 +0000
> 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
> > +submitted to
> > + * the async channel but not completed are called "in-flight packets".
> > + * This function will not return in-flight packets until their copies
> > +are
> > + * completed by the async channel.
> > + *
> 
> Please add EXPERIMENTAL header like this, so it shows up in docmentation
> correctly.

Get it, thanks for your suggestion.

Regards,
Xuan

> 
>  *
>  * @warning
>  * @b EXPERIMENTAL:
>  * All functions in this file may be changed or removed without prior notice.

Reply via email to