Acked-by: Chengwen Feng <fengcheng...@huawei.com> On 2023/11/22 19:06, Gowrishankar Muthukrishnan wrote: > Validate copied memory to ensure DMA copy did not fail. > > Signed-off-by: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com> > Acked-by: Anoob Joseph <ano...@marvell.com> > --- > 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 insertions(+), 7 deletions(-) >
...