Re: [EXTERNAL] Re: [EXT] Re: [PATCH v2] app/dma-perf: support bi-directional transfer

2024-03-07 Thread fengchengwen
> >>> lcore10@:00:04.2, lcore12@:00:04.4 will do dev2mem and >> lcore11@0000:00:04.3, lcore13@:00:04.5 will do mem2dev. >>> >>> Thanks, >>> Amit Shukla >>> >>>>

RE: [EXTERNAL] Re: [EXT] Re: [PATCH v2] app/dma-perf: support bi-directional transfer

2024-03-01 Thread Amit Prakash Shukla
; > > Thanks, > > Amit Shukla > > > >> -Original Message- > >> From: fengchengwen > >> Sent: Friday, March 1, 2024 7:16 AM > >> To: Amit Prakash Shukla ; Cheng Jiang > >> ; Gowrishankar Muthukrishnan > >> &g

Re: [EXTERNAL] Re: [EXT] Re: [PATCH v2] app/dma-perf: support bi-directional transfer

2024-03-01 Thread fengchengwen
mfUzGaq9td0fEWrRBLQQBzAFkjQSU&s=kKin >> YsGoNyTxuLEyPJ0LppT17Yq64CvFBtJMirGEISI&e= . >>> >>> I believe this patch can be taken as-is and we can come up with the solution >> when we can increase the CFG_VALUE_LEN as changing CFG_VALUE_LEN in >> this release

RE: [EXTERNAL] Re: [EXT] Re: [PATCH v2] app/dma-perf: support bi-directional transfer

2024-03-01 Thread Amit Prakash Shukla
kar Muthukrishnan > > Cc: dev@dpdk.org; Jerin Jacob ; Anoob Joseph > ; Kevin Laatz ; Bruce > Richardson ; Pavan Nikhilesh Bhagavatula > > Subject: [EXTERNAL] Re: [EXT] Re: [PATCH v2] app/dma-perf: support bi- > directional transfer > > Prioritize security for external em

Re: [EXT] Re: [PATCH v2] app/dma-perf: support bi-directional transfer

2024-02-29 Thread fengchengwen
>> From: Amit Prakash Shukla >> Sent: Wednesday, February 28, 2024 3:08 PM >> To: fengchengwen ; Cheng Jiang >> ; Gowrishankar Muthukrishnan >> >> Cc: dev@dpdk.org; Jerin Jacob ; Anoob Joseph >> ; Kevin Laatz ; Bruce >> Richardson ; Pavan Ni

RE: [EXT] Re: [PATCH v2] app/dma-perf: support bi-directional transfer

2024-02-29 Thread Amit Prakash Shukla
kash Shukla ; Cheng Jiang > > ; Gowrishankar Muthukrishnan > > > > Cc: dev@dpdk.org; Jerin Jacob ; Anoob Joseph > > ; Kevin Laatz ; Bruce > > Richardson ; Pavan Nikhilesh Bhagavatula > > > > Subject: [EXT] Re: [PATCH v2] app/dma-perf: support bi-directional >

RE: [EXT] Re: [PATCH v2] app/dma-perf: support bi-directional transfer

2024-02-28 Thread Amit Prakash Shukla
oseph > ; Kevin Laatz ; Bruce > Richardson ; Pavan Nikhilesh Bhagavatula > > Subject: [EXT] Re: [PATCH v2] app/dma-perf: support bi-directional transfer > > External Email > > -- > Hi Amit and Gowrishan

Re: [PATCH v2] app/dma-perf: support bi-directional transfer

2024-02-27 Thread fengchengwen
Hi Amit and Gowrishankar, It's nature to support multiple dmadev test in one testcase, and the original framework supports it. But it seem we both complicated it when adding support for non-mem2mem dma test. The new added "direction" and "vchan_dev" could treat as the dmadev's private configure

[PATCH v2] app/dma-perf: support bi-directional transfer

2024-02-27 Thread Amit Prakash Shukla
Adds bi-directional DMA transfer support to test performance. One DMA device on one core will do mem2dev transfer and another DMA device on another core will do dev2mem transfer. Depends-on: series-31252 ("PCI Dev and SG copy support") Signed-off-by: Amit Prakash Shukla --- v2: - Fixed depends o