Re: [PATCH v3 6/6] test/dmadev: add tests for stopping and restarting dev

2023-02-16 Thread fengchengwen
Acked-by: Chengwen Feng On 2023/2/16 19:09, Bruce Richardson wrote: > Validate device operation when a device is stopped or restarted. > > The only complication - and gap in the dmadev ABI specification - is > what happens to the job ids on restart. Some drivers reset them to 0, > while others c

[PATCH v3 6/6] test/dmadev: add tests for stopping and restarting dev

2023-02-16 Thread Bruce Richardson
Validate device operation when a device is stopped or restarted. The only complication - and gap in the dmadev ABI specification - is what happens to the job ids on restart. Some drivers reset them to 0, while others continue where things left off. Take account of both possibilities in the test ca