[v3,0/2] app/dma-perf: add SG copy support

Message ID 20230810130137.2529-1-gmuthukrishn@marvell.com (mailing list archive)
Headers
Series app/dma-perf: add SG copy support |

Message

Gowrishankar Muthukrishnan Aug. 10, 2023, 1:01 p.m. UTC
  Add SG copy support in dma-perf application.

v3:
 - Combined patch that does copy validation along with
   this patch, which means better validation for SG.

Gowrishankar Muthukrishnan (2):
  app/dma-perf: validate copied memory
  app/dma-perf: add SG copy support

 app/test-dma-perf/benchmark.c | 227 ++++++++++++++++++++++++++++++----
 app/test-dma-perf/config.ini  |  17 +++
 app/test-dma-perf/main.c      |  47 +++++--
 app/test-dma-perf/main.h      |   5 +-
 4 files changed, 261 insertions(+), 35 deletions(-)