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

2023-02-16 Thread Bruce Richardson
On Thu, Feb 16, 2023 at 09:24:38AM +0800, fengchengwen wrote: > On 2023/2/15 19:57, Bruce Richardson wrote: > > On Wed, Feb 15, 2023 at 09:59:06AM +0800, fengchengwen wrote: > >> On 2023/1/17 1:37, Bruce Richardson wrote: > >>> Validate device operation when a device is stopped or restarted. > >>>

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

2023-02-15 Thread fengchengwen
On 2023/2/15 19:57, Bruce Richardson wrote: > On Wed, Feb 15, 2023 at 09:59:06AM +0800, fengchengwen wrote: >> On 2023/1/17 1:37, Bruce Richardson wrote: >>> Validate device operation when a device is stopped or restarted. >>> >>> The only complication - and gap in the dmadev ABI specification - is

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

2023-02-15 Thread Bruce Richardson
On Wed, Feb 15, 2023 at 09:59:06AM +0800, fengchengwen wrote: > On 2023/1/17 1:37, 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. S

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

2023-02-14 Thread fengchengwen
On 2023/1/17 1:37, 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 continue where things left o

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

2023-02-14 Thread Kevin Laatz
On 16/01/2023 17:37, 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 continue where things left off. Ta

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

2023-01-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