[PATCH v5 4/5] vhost: support async dequeue for split ring
Stephen Hemminger
stephen at networkplumber.org
Fri May 13 04:24:29 CEST 2022
On Fri, 13 May 2022 02:00:21 +0000
xuan.ding at 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.
More information about the dev
mailing list