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

2021-09-22 Thread Bruce Richardson
On Wed, Sep 22, 2021 at 04:25:15PM +0800, fengchengwen wrote: > On 2021/9/17 21:54, 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 hardwar

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

2021-09-22 Thread fengchengwen
On 2021/9/17 21:54, 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

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

2021-09-17 Thread Bruce Richardson
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 Reviewed-by: Conor Walsh Rev