Acked-by: Chengwen Feng <[email protected]> On 2023/11/22 19:06, Gowrishankar Muthukrishnan wrote: > From: Amit Prakash Shukla <[email protected]> > > Add support to test performance for "device to memory" and > "memory to device" data transfer. > > Signed-off-by: Amit Prakash Shukla <[email protected]> > Acked-by: Anoob Joseph <[email protected]> > --- > 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(-) >
...

