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.
v11: - Review suggestions. Gowrishankar Muthukrishnan (4): app/dma-perf: add skip support app/dma-perf: add PCI device support app/dma-perf: validate copied memory app/dma-perf: add SG copy support app/test-dma-perf/benchmark.c | 413 ++++++++++++++++++++++++++++++---- app/test-dma-perf/config.ini | 56 +++++ app/test-dma-perf/main.c | 178 ++++++++++++--- app/test-dma-perf/main.h | 13 +- 4 files changed, 595 insertions(+), 65 deletions(-) -- 2.25.1