[dpdk-dev] [PATCH v3 2/8] dmadev: add burst capacity API
Walsh, Conor
conor.walsh at intel.com
Wed Sep 8 12:53:21 CEST 2021
> Subject: [PATCH v3 2/8] dmadev: add burst capacity API
>
> From: Kevin Laatz <kevin.laatz at intel.com>
>
> Add a burst capacity check API to the dmadev library. This API is useful to
> applications which need to how many descriptors can be enqueued in the
> current batch. For example, it could be used to determine whether all
> segments of a multi-segment packet can be enqueued in the same batch or
> not
> (to avoid half-offload of the packet).
>
> Signed-off-by: Kevin Laatz <kevin.laatz at intel.com>
> ---
Reviewed-by: Conor Walsh <conor.walsh at intel.com>
<snip>
More information about the dev
mailing list