RE: [EXT] Re: [PATCH v3 1/3] test/dma: use unit test framework

2023-11-13 Thread Gowrishankar Muthukrishnan
Hi Fengchengwen, Thanks for your valuable comments, I have addressed all of them in v4 (sending shortly). Please review the same. > > > > For the dmadev, which have API test, memory-to-memory test, memory-to- > device test, currently packed into two test-suites, But I think its better use > sub

Re: [PATCH v3 1/3] test/dma: use unit test framework

2023-11-05 Thread fengchengwen
Hi Gowrishankar, Thanks for your works. On 2023/11/3 23:38, Gowrishankar Muthukrishnan wrote: > Use unit test framework to execute DMA tests. > > Signed-off-by: Gowrishankar Muthukrishnan > Suggested-by: Chengwen Feng > --- > app/test/test_dmadev.c | 240

[PATCH v3 1/3] test/dma: use unit test framework

2023-11-03 Thread Gowrishankar Muthukrishnan
Use unit test framework to execute DMA tests. Signed-off-by: Gowrishankar Muthukrishnan Suggested-by: Chengwen Feng --- app/test/test_dmadev.c | 240 - app/test/test_dmadev_api.c | 89 -- 2 files changed, 212 insertions(+), 117 deletions(-)