Re: [PATCH] test/dma: fix api testuite teardown

2024-03-15 Thread Thomas Monjalon
12/03/2024 02:29, fengchengwen: > It's not a bugfix, but a best practice for test (clean state before > continuing). > > The other is LGTM, > Acked-by: Chengwen Feng > > > On 2024/3/11 23:25, Kevin Laatz wrote: > > The API testsuite previously only used the dmadev skeleton. Now that real > > d

Re: [PATCH] test/dma: fix api testuite teardown

2024-03-11 Thread fengchengwen
It's not a bugfix, but a best practice for test (clean state before continuing). The other is LGTM, Acked-by: Chengwen Feng On 2024/3/11 23:25, Kevin Laatz wrote: > The API testsuite previously only used the dmadev skeleton. Now that real > devices are being used for the API tests, the DMA stat

[PATCH] test/dma: fix api testuite teardown

2024-03-11 Thread Kevin Laatz
The API testsuite previously only used the dmadev skeleton. Now that real devices are being used for the API tests, the DMA stats need to be reset during testsuite teardown to ensure a known, clean state before continuing. Fixes: 14b477ed1740 ("test/dma: use unit test framework") Signed-off-by: K