[dpdk-dev] [PATCH v3 1/8] dmadev: add channel status check for testing use

Kevin Laatz kevin.laatz at intel.com
Wed Sep 8 15:20:58 CEST 2021


On 07/09/2021 17:49, Bruce Richardson wrote:
> Add in a function to check if a device or vchan has completed all jobs
> assigned to it, without gathering in the results. This is primarily for
> use in testing, to allow the hardware to be in a known-state prior to
> gathering completions.
>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> ---
>   lib/dmadev/rte_dmadev.c      | 16 ++++++++++++++++
>   lib/dmadev/rte_dmadev.h      | 33 +++++++++++++++++++++++++++++++++
>   lib/dmadev/rte_dmadev_core.h |  6 ++++++
>   lib/dmadev/version.map       |  1 +
>   4 files changed, 56 insertions(+)
>

Reviewed-by: Kevin Laatz <kevin.laatz at intel.com>



More information about the dev mailing list