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

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

Message

Gowrishankar Muthukrishnan Sept. 24, 2023, 9:32 a.m. UTC
  Add SG copy support in dma-perf application.

v4:
 - improvement in buffer allocation for perf validation.

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

 app/test-dma-perf/benchmark.c | 251 ++++++++++++++++++++++++++++++----
 app/test-dma-perf/config.ini  |  17 +++
 app/test-dma-perf/main.c      |  46 ++++++-
 app/test-dma-perf/main.h      |   5 +-
 4 files changed, 283 insertions(+), 36 deletions(-)