Hi Chengwen, If I'm not wrong, your concern was about config file additions and not about the test as such. If the config file is getting complicated and there are better alternatives, we can minimize the config file changes with this patch and just provide minimum functionality as required and leave it open for future changes. For now, I can document the existing behavior in documentation as "Constraints". Similar approach is followed in other application such as ipsec-secgw https://doc.dpdk.org/guides/sample_app_ug/ipsec_secgw.html#constraints
Constraints: 1. vchan_dev config will be same for all the configured DMA devices. 2. Alternate DMA device will do dev2mem and mem2dev implicitly. Example: xfer_mode=1 vchan_dev=raddr=0x200000000,coreid=1,pfid=2,vfid=3 lcore_dma=lcore10@0000:00:04.2, lcore11@0000:00:04.3, lcore12@0000:00:04.4, lcore13@0000:00:04.5 lcore10@0000:00:04.2, lcore12@0000:00:04.4 will do dev2mem and lcore11@0000:00:04.3, lcore13@0000:00:04.5 will do mem2dev. Thanks, Amit Shukla > -----Original Message----- > From: fengchengwen <fengcheng...@huawei.com> > Sent: Friday, March 1, 2024 7:16 AM > To: Amit Prakash Shukla <amitpraka...@marvell.com>; Cheng Jiang > <honest.ji...@foxmail.com>; Gowrishankar Muthukrishnan > <gmuthukri...@marvell.com> > Cc: dev@dpdk.org; Jerin Jacob <jer...@marvell.com>; Anoob Joseph > <ano...@marvell.com>; Kevin Laatz <kevin.la...@intel.com>; Bruce > Richardson <bruce.richard...@intel.com>; Pavan Nikhilesh Bhagavatula > <pbhagavat...@marvell.com> > Subject: [EXTERNAL] Re: [EXT] Re: [PATCH v2] app/dma-perf: support bi- > directional transfer > > Prioritize security for external emails: Confirm sender and content safety > before clicking links or opening attachments > > ---------------------------------------------------------------------- > Hi Amit, > > I think this commit will complicated the test, plus futer we may add more test > (e.g. fill) > > I agree Bruce's advise in the [1], let also support "lcore_dma0/1/2", > > User could provide dma info by two way: > 1) lcore_dma=, which seperate each dma with ", ", but a maximum of a certain > number is allowed. > 2) lcore_dma0/1/2/..., each dma device take one line > > [1] https://urldefense.proofpoint.com/v2/url?u=https- > 3A__patchwork.dpdk.org_project_dpdk_patch_20231206112952.1588- > 2D1-2Dvipin.varghese- > 40amd.com_&d=DwICaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=ALGdXl3fZgFGR6 > 9VnJLdSnADun7zLaXG1p5Rs7pXihE&m=OwrvdPIi- > TQ2UEH3cztfXDzT8YkOB099Pl1mfUzGaq9td0fEWrRBLQQBzAFkjQSU&s=kKin > YsGoNyTxuLEyPJ0LppT17Yq64CvFBtJMirGEISI&e= > > Thanks > > On 2024/2/29 22:03, Amit Prakash Shukla wrote: > > Hi Chengwen, > > > > I liked your suggestion and tried making changes, but encountered parsing > issue for CFG files with line greater than CFG_VALUE_LEN=256(current value > set). > > > > There is a discussion on the similar lines in another patch set: > https://urldefense.proofpoint.com/v2/url?u=https- > 3A__patchwork.dpdk.org_project_dpdk_patch_20231206112952.1588- > 2D1-2Dvipin.varghese- > 40amd.com_&d=DwICaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=ALGdXl3fZgFGR6 > 9VnJLdSnADun7zLaXG1p5Rs7pXihE&m=OwrvdPIi- > TQ2UEH3cztfXDzT8YkOB099Pl1mfUzGaq9td0fEWrRBLQQBzAFkjQSU&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 is causing ABI breakage. > > > > Thanks, > > Amit Shukla > > > >> -----Original Message----- > >> From: Amit Prakash Shukla > >> Sent: Wednesday, February 28, 2024 3:08 PM > >> To: fengchengwen <fengcheng...@huawei.com>; Cheng Jiang > >> <honest.ji...@foxmail.com>; Gowrishankar Muthukrishnan > >> <gmuthukri...@marvell.com> > >> Cc: dev@dpdk.org; Jerin Jacob <jer...@marvell.com>; Anoob Joseph > >> <ano...@marvell.com>; Kevin Laatz <kevin.la...@intel.com>; Bruce > >> Richardson <bruce.richard...@intel.com>; Pavan Nikhilesh Bhagavatula > >> <pbhagavat...@marvell.com> > >> Subject: RE: [EXT] Re: [PATCH v2] app/dma-perf: support > >> bi-directional transfer > >> > >> Hi Chengwen, > >> > >> Please see my reply in-line. > >> > >> Thanks > >> Amit Shukla > >> > >>> -----Original Message----- > >>> From: fengchengwen <fengcheng...@huawei.com> > >>> Sent: Wednesday, February 28, 2024 12:34 PM > >>> To: Amit Prakash Shukla <amitpraka...@marvell.com>; Cheng Jiang > >>> <honest.ji...@foxmail.com>; Gowrishankar Muthukrishnan > >>> <gmuthukri...@marvell.com> > >>> Cc: dev@dpdk.org; Jerin Jacob <jer...@marvell.com>; Anoob Joseph > >>> <ano...@marvell.com>; Kevin Laatz <kevin.la...@intel.com>; Bruce > >>> Richardson <bruce.richard...@intel.com>; Pavan Nikhilesh Bhagavatula > >>> <pbhagavat...@marvell.com> > >>> Subject: [EXT] Re: [PATCH v2] app/dma-perf: support bi-directional > >>> transfer > >>> > >>> External Email > >>> > >>> -------------------------------------------------------------------- > >>> -- > >>> 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, some thing like: > >>> > >>> > >> > lcore_dma=lcore10@0000:00:04.2,vchan=0,dir=mem2dev,devtype=pcie,radd > >>> r=xxx,coreid=1,pfid=2,vfid=3 > >>> > >>> then this bi-directional could impl only with config: > >>> > >>> > >> > lcore_dma=lcore10@0000:00:04.2,dir=mem2dev,devtype=pcie,raddr=xxx,cor > >>> eid=1,pfid=2,vfid=3, > >>> > >> > lcore11@0000:00:04.3,dir=dev2mem,devtype=pcie,raddr=xxx,coreid=1,pfid > >> = > >>> 2,vfid=3 > >>> so that the lcore10 will do mem2dev with device 0000:00:04.2, while > >>> lcore11 will do dev2mem with device 0000:00:04.3. > >> > >> Thanks for the suggestion. I will make the suggested changes and send > >> the next version.