[v9,0/4] PCI Dev and SG copy support

Message ID 20240227160031.3931694-1-amitprakashs@marvell.com (mailing list archive)
Headers
Series PCI Dev and SG copy support |

Message

Amit Prakash Shukla Feb. 27, 2024, 4 p.m. UTC
  Improve dma-perf application to support PCI dev and SG copy,
along with additional supports as below:
 - validate copied memory
 - skip tests if not opted.

v9:
- Review suggestions.

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 | 392 ++++++++++++++++++++++++++++++----
 app/test-dma-perf/config.ini  |  58 +++++
 app/test-dma-perf/main.c      | 171 ++++++++++++---
 app/test-dma-perf/main.h      |  13 +-
 4 files changed, 570 insertions(+), 64 deletions(-)