Re: [dpdk-dev] [PATCH v10 12/16] dma/idxd: add vchan status function

2021-10-20 Thread Bruce Richardson
On Wed, Oct 20, 2021 at 05:30:13PM +0800, fengchengwen wrote: > On 2021/10/19 22:10, Kevin Laatz wrote: > > 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 job

Re: [dpdk-dev] [PATCH v10 12/16] dma/idxd: add vchan status function

2021-10-20 Thread fengchengwen
On 2021/10/19 22:10, Kevin Laatz wrote: > 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 > Rev

[dpdk-dev] [PATCH v10 12/16] dma/idxd: add vchan status function

2021-10-19 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 Reviewed-by: Conor Walsh --- drivers/dma/idxd/idxd_bu