Re: [dpdk-dev] [PATCH v3 13/17] dma/idxd: add vchan status function

2021-09-09 Thread Conor Walsh
When testing dmadev drivers, it is useful to have the HW device in a known state. This patch adds the implementation of the function which will wait for the device to be idle (all jobs completed) before proceeding. Signed-off-by: Kevin Laatz +int +idxd_vchan_status(const struct rte_dmade

[dpdk-dev] [PATCH v3 13/17] dma/idxd: add vchan status function

2021-09-08 Thread Kevin Laatz
When testing dmadev drivers, it is useful to have the HW device in a known state. This patch adds the implementation of the function which will wait for the device to be idle (all jobs completed) before proceeding. Signed-off-by: Kevin Laatz --- v3: update API name to vchan_status --- drivers/d