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

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

Message

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

v7:
 - 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     | 373 +++++++++++++++++++++++++++++--------
 app/test/test_dmadev_api.c | 316 +++++++++++++++++++++++--------
 2 files changed, 533 insertions(+), 156 deletions(-)