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

2023-08-10 Thread Gowrishankar Muthukrishnan
Validate copied memory to ensure DMA copy did not fail. Fixes: 623dc9364dc ("app/dma-perf: introduce DMA performance test") Signed-off-by: Gowrishankar Muthukrishnan --- v2: - patch issue fixed. --- app/test-dma-perf/benchmark.c | 23 +-- app/test-dma-perf/main.c | 16

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

2023-08-10 Thread Gowrishankar Muthukrishnan
Validate copied memory to ensure DMA copy did not fail. Signed-off-by: Gowrishankar Muthukrishnan Change-Id: I9f888c061f3d077f6b7b2d8a66c6a7cb7e5f2437 --- app/test-dma-perf/benchmark.c | 23 +-- app/test-dma-perf/main.c | 16 +++- app/test-dma-perf/main.h