Acked-by: Chengwen Feng <fengcheng...@huawei.com> On 2023/11/22 19:06, Gowrishankar Muthukrishnan wrote: > From: Amit Prakash Shukla <amitpraka...@marvell.com> > > Add support to test performance for "device to memory" and > "memory to device" data transfer. > > Signed-off-by: Amit Prakash Shukla <amitpraka...@marvell.com> > Acked-by: Anoob Joseph <ano...@marvell.com> > --- > app/test-dma-perf/benchmark.c | 108 +++++++++++++++++++++++++++++++--- > app/test-dma-perf/config.ini | 37 ++++++++++++ > app/test-dma-perf/main.c | 67 +++++++++++++++++++++ > app/test-dma-perf/main.h | 6 ++ > 4 files changed, 209 insertions(+), 9 deletions(-) >
...