Re: [PATCH v2 4/6] test/dmadev: check result for device stop

2023-02-15 Thread Bruce Richardson
On Wed, Feb 15, 2023 at 09:26:01AM +0800, fengchengwen wrote: > Sorry late to see. > > On 2023/1/17 1:37, Bruce Richardson wrote: > > The DMA device stop API can return an error value so check that return > > value when running dmadev unit tests. > > > > Signed-off-by: Bruce Richardson > > --- >

Re: [PATCH v2 4/6] test/dmadev: check result for device stop

2023-02-14 Thread fengchengwen
Sorry late to see. On 2023/1/17 1:37, Bruce Richardson wrote: > The DMA device stop API can return an error value so check that return > value when running dmadev unit tests. > > Signed-off-by: Bruce Richardson > --- > app/test/test_dmadev.c | 6 +- > 1 file changed, 5 insertions(+), 1 dele

Re: [PATCH v2 4/6] test/dmadev: check result for device stop

2023-02-14 Thread Kevin Laatz
On 16/01/2023 17:37, Bruce Richardson wrote: The DMA device stop API can return an error value so check that return value when running dmadev unit tests. Signed-off-by: Bruce Richardson --- app/test/test_dmadev.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) Acked-by: Kevin Laa

Re: [PATCH v2 4/6] test/dmadev: check result for device stop

2023-02-02 Thread David Marchand
Hi Chengwen, On Mon, Jan 16, 2023 at 6:38 PM Bruce Richardson wrote: > > The DMA device stop API can return an error value so check that return > value when running dmadev unit tests. > > Signed-off-by: Bruce Richardson > --- > app/test/test_dmadev.c | 6 +- > 1 file changed, 5 insertions(+

RE: [PATCH v2 4/6] test/dmadev: check result for device stop

2023-01-18 Thread Walsh, Conor
> The DMA device stop API can return an error value so check that return > value when running dmadev unit tests. > > Signed-off-by: Bruce Richardson Reviewed-by: Conor Walsh