> > 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_size" denotes the dma ring buffer size. It should be must
> > be a power of two, and between  ;  64 and 4096.
> > +; "dma_ptrs_src" denotes number of source segments.
> > +; "dma_ptrs_dst" denotes number of destination segments.
> 
> The two entry is hard to understand, I prefer src_sge_num/dst_sge_num
> (better names are also welcome.) and add descript about:
> 1. only valid when the type is DMA_MEM_COPY 2. enable scatter-gather copy
> test when both are set.
> 

Yes Chengwen, I have named variables dma_src_sge and dma_dst_sge to fit context.
Please check 
https://patches.dpdk.org/project/dpdk/patch/20240227160031.3931694-5-amitpraka...@marvell.com/
 .

Thanks,
Gowrishankar

Reply via email to