[v4,0/3] test/dma: add vchan reconfig and SG tests

Message ID cover.1699879558.git.gmuthukrishn@marvell.com (mailing list archive)
Headers
Series test/dma: add vchan reconfig and SG tests |

Message

Gowrishankar Muthukrishnan Nov. 13, 2023, 12:53 p.m. UTC
  This patch series reworks DMA tests to follow unit test framework
followed by new vchan reconfig and SG tests.

v4:
 - Suggestions from Fengchenwen addressed.

Gowrishankar Muthukrishnan (3):
  test/dma: use unit test framework
  test/dma: test multiple vchan
  test/dma: add SG copy tests

 app/test/test_dmadev.c     | 374 +++++++++++++++++++++++++++++--------
 app/test/test_dmadev_api.c | 316 +++++++++++++++++++++++--------
 2 files changed, 534 insertions(+), 156 deletions(-)
  

Comments

fengchengwen Nov. 16, 2023, 7:16 a.m. UTC | #1
LGTM
Series-acked-by: Chengwen Feng <fengchengwen@huawei.com>

PS: since 'test/dma: fix for buffer auto free' already merged, I think you should resend v5 to fix the apply error.

On 2023/11/13 20:53, Gowrishankar Muthukrishnan wrote:
> This patch series reworks DMA tests to follow unit test framework
> followed by new vchan reconfig and SG tests.
> 
> v4:
>  - Suggestions from Fengchenwen addressed.
> 
> Gowrishankar Muthukrishnan (3):
>   test/dma: use unit test framework
>   test/dma: test multiple vchan
>   test/dma: add SG copy tests
> 
>  app/test/test_dmadev.c     | 374 +++++++++++++++++++++++++++++--------
>  app/test/test_dmadev_api.c | 316 +++++++++++++++++++++++--------
>  2 files changed, 534 insertions(+), 156 deletions(-)
>