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

2021-09-08 Thread Kevin Laatz
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:

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

2021-09-08 Thread Walsh, Conor
> Subject: [PATCH v3 1/8] dmadev: add channel status check for testing use > > 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