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

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

Message

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

v8:
 - Addressed compilation issue in Windows platform.

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

Gowrishankar Muthukrishnan Dec. 7, 2023, 10:10 a.m. UTC | #1
Hi,
Could this patch series be reviewed ? As of now, patches are rebased without any conflicts.

Thanks,
Gowrishankar

> -----Original Message-----
> From: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
> Sent: Thursday, November 16, 2023 11:15 PM
> To: dev@dpdk.org
> Cc: Anoob Joseph <anoobj@marvell.com>; Chengwen Feng
> <fengchengwen@huawei.com>; Vamsi Krishna Attunuru
> <vattunuru@marvell.com>; Amit Prakash Shukla
> <amitprakashs@marvell.com>; Vidya Sagar Velumuri
> <vvelumuri@marvell.com>; Kevin Laatz <kevin.laatz@intel.com>; Bruce
> Richardson <bruce.richardson@intel.com>; Gowrishankar Muthukrishnan
> <gmuthukrishn@marvell.com>
> Subject: [PATCH v8 0/3] test/dma: add vchan reconfig and SG tests
> 
> This patch series reworks DMA tests to follow unit test framework followed
> by new vchan reconfig and SG tests.
> 
> v8:
>  - Addressed compilation issue in Windows platform.
> 
> 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(-)
> 
> --
> 2.25.1
  
Gowrishankar Muthukrishnan Feb. 5, 2024, 10:34 a.m. UTC | #2
Hi,
Could this series be merged as the patches are acked.

Thanks,
Gowrishankar
  
Thomas Monjalon March 6, 2024, 7:45 p.m. UTC | #3
16/11/2023 18:45, Gowrishankar Muthukrishnan:
> Gowrishankar Muthukrishnan (3):
>   test/dma: use unit test framework
>   test/dma: test multiple vchan
>   test/dma: add SG copy tests

Applied, thanks.