[PATCH v2] app/dma-perf: per device config support

Amit Prakash Shukla amitprakashs at marvell.com
Tue Nov 12 16:26:51 CET 2024


Hi Thomas,

Gentle ping.

Thanks,
Amit Shukla

> -----Original Message-----
> From: Amit Prakash Shukla
> Sent: Monday, October 21, 2024 2:07 PM
> To: Thomas Monjalon <thomas at monjalon.net>
> Cc: dev at dpdk.org; Jerin Jacob <jerinj at marvell.com>; Vamsi Krishna
> Attunuru <vattunuru at marvell.com>; Anoob Joseph <anoobj at marvell.com>;
> Gowrishankar Muthukrishnan <gmuthukrishn at marvell.com>; Cheng Jiang
> <honest.jiang at foxmail.com>; Chengwen Feng
> <fengchengwen at huawei.com>
> Subject: RE: [PATCH v2] app/dma-perf: per device config support
> 
> Hi Thomas,
> 
> Gentle ping.
> 
> Could you please consider merging this patch.
> 
> Thanks,
> Amit Shukla
> 
> > -----Original Message-----
> > From: Amit Prakash Shukla <amitprakashs at marvell.com>
> > Sent: Thursday, September 26, 2024 5:43 PM
> > To: Cheng Jiang <honest.jiang at foxmail.com>; Chengwen Feng
> > <fengchengwen at huawei.com>
> > Cc: dev at dpdk.org; Jerin Jacob <jerinj at marvell.com>; Vamsi Krishna
> > Attunuru <vattunuru at marvell.com>; Anoob Joseph
> <anoobj at marvell.com>;
> > Gowrishankar Muthukrishnan <gmuthukrishn at marvell.com>; Amit
> Prakash
> > Shukla <amitprakashs at marvell.com>
> > 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 <amitprakashs at marvell.com>
> > Acked-by: Chengwen Feng <fengchengwen at huawei.com>
> > ---
> > 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>


More information about the dev mailing list