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.richard...@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.la...@intel.com>