[v5,0/4] app/dma-perf: PCI Dev and SG copy support

Message ID cover.1698344721.git.gmuthukrishn@marvell.com (mailing list archive)
Headers
Series app/dma-perf: PCI Dev and SG copy support |

Message

Gowrishankar Muthukrishnan Oct. 26, 2023, 6:31 p.m. UTC
  Improve dma-perf application to support PCI dev and SG copy,
along with additional supports below:
 - validate copied memory
 - skip tests if not opted.

v5:
 - Additional patches included to apply as one series.

Amit Prakash Shukla (2):
  app/dma-perf: add skip support
  app/dma-perf: add PCI device support

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

 app/test-dma-perf/benchmark.c | 344 ++++++++++++++++++++++++++++++----
 app/test-dma-perf/config.ini  |  56 ++++++
 app/test-dma-perf/main.c      | 136 +++++++++++++-
 app/test-dma-perf/main.h      |  12 +-
 4 files changed, 507 insertions(+), 41 deletions(-)