RE: [EXT] Re: [PATCH v8 4/4] app/dma-perf: add SG copy support

2024-02-27 Thread Gowrishankar Muthukrishnan
> > diff --git a/app/test-dma-perf/config.ini > > b/app/test-dma-perf/config.ini index cddcf93c6e..f460b93414 100644 > > --- a/app/test-dma-perf/config.ini > > +++ b/app/test-dma-perf/config.ini > > @@ -9,6 +9,8 @@ > > ; "buf_size" denotes the memory size of a single operation. > > ; "dma_ring_si

Re: [PATCH v8 4/4] app/dma-perf: add SG copy support

2024-02-20 Thread fengchengwen
Hi Gowrishankar, On 2023/11/22 19:06, Gowrishankar Muthukrishnan wrote: > Add SG copy support. > > Signed-off-by: Gowrishankar Muthukrishnan > Acked-by: Anoob Joseph > --- > app/test-dma-perf/benchmark.c | 274 +- > app/test-dma-perf/config.ini | 19 ++- > app

Re: [PATCH v8 4/4] app/dma-perf: add SG copy support

2024-01-25 Thread fengchengwen
LGTM Acked-by: Chengwen Feng Thanks On 2023/11/22 19:06, Gowrishankar Muthukrishnan wrote: > Add SG copy support. > > Signed-off-by: Gowrishankar Muthukrishnan > Acked-by: Anoob Joseph > --- > app/test-dma-perf/benchmark.c | 274 +- > app/test-dma-perf/config.

[PATCH v8 4/4] app/dma-perf: add SG copy support

2023-11-22 Thread Gowrishankar Muthukrishnan
Add SG copy support. Signed-off-by: Gowrishankar Muthukrishnan Acked-by: Anoob Joseph --- app/test-dma-perf/benchmark.c | 274 +- app/test-dma-perf/config.ini | 19 ++- app/test-dma-perf/main.c | 34 - app/test-dma-perf/main.h | 5 +- 4 files c