Hi Thomas, Gentle ping.
Could you please consider merging this patch. Thanks, Amit Shukla > -----Original Message----- > From: Amit Prakash Shukla <[email protected]> > Sent: Thursday, September 26, 2024 5:43 PM > To: Cheng Jiang <[email protected]>; Chengwen Feng > <[email protected]> > Cc: [email protected]; Jerin Jacob <[email protected]>; Vamsi Krishna > Attunuru <[email protected]>; Anoob Joseph <[email protected]>; > Gowrishankar Muthukrishnan <[email protected]>; Amit Prakash > Shukla <[email protected]> > Subject: [PATCH v2] app/dma-perf: per device config support > > Add support to configure device specific config parameters for a testcase. > Example: > > lcore_dma0=lcore=11,dev=0000:00:04.1,dir=mem2dev,raddr=0x300000000, > coreid=1,pfid=2,vfid=3 > lcore_dma1=lcore=12,dev=0000:00:04.2,dir=dev2mem,raddr=0x200000000, > coreid=3,pfid=2,vfid=1 > > Signed-off-by: Amit Prakash Shukla <[email protected]> > Acked-by: Chengwen Feng <[email protected]> > --- > v2: > - Resolved review comments. > > app/test-dma-perf/benchmark.c | 318 +++++++++++++++++++++------------- > app/test-dma-perf/config.ini | 30 ++-- > app/test-dma-perf/main.c | 199 ++++++--------------- > app/test-dma-perf/main.h | 20 ++- > doc/guides/tools/dmaperf.rst | 107 +++++++++--- > 5 files changed, 360 insertions(+), 314 deletions(-) > <snip>

