RE: [RFC v3] app/dma-perf: introduce dma-perf application

2022-10-24 Thread Jiang, Cheng1
dpdk.org; Hu, Jiayu ; Ding, Xuan > ; Ma, WenwuX ; Wang, > YuanX ; Yang, YvonneX > ; He, Xingguang > Subject: Re: [RFC v3] app/dma-perf: introduce dma-perf application > > On Tue, Oct 18, 2022 at 9:22 AM Cheng Jiang > wrote: > > > > There are many high-perform

Re: [RFC v3] app/dma-perf: introduce dma-perf application

2022-10-21 Thread David Marchand
On Tue, Oct 18, 2022 at 9:22 AM 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

[RFC v3] app/dma-perf: introduce dma-perf application

2022-10-18 Thread Cheng Jiang
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