Acked-by: Chengwen Feng <[email protected]> On 2023/6/29 21:14, Cheng Jiang wrote: > There are many high-performance DMA devices supported in DPDK now, and > these DMA devices can also be integrated into other modules of DPDK as > accelerators, such as Vhost. Before integrating DMA into applications, > developers need to know the performance of these DMA devices in various > scenarios and the performance of CPUs in the same scenario, such as > different buffer lengths. Only in this way can we know the target > performance of the application accelerated by using them. This patch > introduces a high-performance testing tool, which supports comparing the > performance of CPU and DMA in different scenarios automatically with a > pre-set config file. Memory Copy performance test are supported for now. > This patch also updates the documentation and maintainer list for the > application. > > Signed-off-by: Cheng Jiang <[email protected]> > Signed-off-by: Jiayu Hu <[email protected]> > Signed-off-by: Yuan Wang <[email protected]> > Acked-by: Morten Brørup <[email protected]> > Acked-by: Chenbo Xia <[email protected]> > Acked-by: Anoob Joseph <[email protected]> > Tested-by: Anoob Joseph <[email protected]> > Tested-by: Wei Ling <[email protected]>
... > > . >

