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.

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

Reply via email to