Re: [PATCH v8 3/4] app/dma-perf: validate copied memory

2023-11-22 Thread fengchengwen
Acked-by: Chengwen Feng On 2023/11/22 19:06, Gowrishankar Muthukrishnan wrote: > Validate copied memory to ensure DMA copy did not fail. > > Signed-off-by: Gowrishankar Muthukrishnan > Acked-by: Anoob Joseph > --- > app/test-dma-perf/benchmark.c | 21 - > app/test-dma-perf

[PATCH v8 3/4] app/dma-perf: validate copied memory

2023-11-22 Thread Gowrishankar Muthukrishnan
Validate copied memory to ensure DMA copy did not fail. Signed-off-by: Gowrishankar Muthukrishnan Acked-by: Anoob Joseph --- app/test-dma-perf/benchmark.c | 21 - app/test-dma-perf/main.c | 16 +++- app/test-dma-perf/main.h | 2 +- 3 files changed, 32