RE: [EXT] [PATCH v3 1/2] app/dma-perf: validate copied memory

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

[PATCH v3 1/2] 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 --- app/test-dma-perf/benchmark.c | 23 +-- app/test-dma-perf/main.c | 16 +++- app/test-dma