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

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

Message

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

v3:
 - followed unit test framework.

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

 app/test/test_dmadev.c     | 372 +++++++++++++++++++++++++++++++------
 app/test/test_dmadev_api.c | 309 ++++++++++++++++++++++--------
 app/test/test_dmadev_api.h |   2 +
 3 files changed, 547 insertions(+), 136 deletions(-)