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

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

Message

Gowrishankar Muthukrishnan Aug. 10, 2023, 12:36 p.m. UTC
  This patch series adds vchan reconfiguration and SG tests.

v2:
 - combined individual test patches with 1/3 as tests can be
   skipped unless supported by PMD.

Gowrishankar Muthukrishnan (3):
  test/dma: add test skip status
  test/dma: test vchan reconfiguration
  test/dma: add SG copy tests

 app/test/test_dmadev.c     | 124 ++++++++++++++++++-
 app/test/test_dmadev_api.c | 238 ++++++++++++++++++++++++++++++++++---
 app/test/test_dmadev_api.h |   2 +
 3 files changed, 343 insertions(+), 21 deletions(-)