[EXT] Re: [PATCH v2 4/4] app: add testgraph application
Sunil Kumar Kori
skori at marvell.com
Fri Jul 21 09:01:17 CEST 2023
> -----Original Message-----
> From: Jerin Jacob <jerinjacobk at gmail.com>
> Sent: Friday, July 21, 2023 12:18 PM
> To: Rakesh Kudurumalla <rkudurumalla at marvell.com>
> Cc: Vamsi Krishna Attunuru <vattunuru at marvell.com>; dev at dpdk.org; Yan,
> Zhirun <zhirun.yan at intel.com>; thomas at monjalon.net; Jerin Jacob
> Kollanukkaran <jerinj at marvell.com>; Nithin Kumar Dabilpuram
> <ndabilpuram at marvell.com>; Liang, Cunming <cunming.liang at intel.com>;
> Wang, Haiyue <haiyue.wang at intel.com>; Sunil Kumar Kori
> <skori at marvell.com>
> Subject: Re: [EXT] Re: [PATCH v2 4/4] app: add testgraph application
>
> On Thu, Jul 20, 2023 at 9:22 PM Rakesh Kudurumalla
> <rkudurumalla at marvell.com> wrote:
> >
> >
> >
> > > -----Original Message-----
> > > From: Vamsi Krishna Attunuru <vattunuru at marvell.com>
> > > Sent: Thursday, June 1, 2023 8:14 AM
> > > To: Jerin Jacob <jerinjacobk at gmail.com>
> > > Cc: Yan, Zhirun <zhirun.yan at intel.com>; dev at dpdk.org;
> > > thomas at monjalon.net; Jerin Jacob Kollanukkaran <jerinj at marvell.com>;
> > > Nithin Kumar Dabilpuram <ndabilpuram at marvell.com>; Liang, Cunming
> > > <cunming.liang at intel.com>; Wang, Haiyue <haiyue.wang at intel.com>;
> > > Sunil Kumar Kori <skori at marvell.com>
> > > Subject: RE: [EXT] Re: [PATCH v2 4/4] app: add testgraph application
> > >
>
> >
> >
> > Example use case: l3fwd
> > ================
> > ;Configure usecase
> > graph l3fwd default 0xff
> >
> > ;global specific configuration
> > mempool mempool0 size 2046 buffers 32000 cache 256 cpu 0 ethdev
> > 0002:02:00.0 rxq 1 txq 1 mempool0 promiscuous off ethdev 0002:03:00.0
> > rxq 1 txq 1 mempool0 promiscuous off
> > ip4 addr add 10.0.2.1/24 0002:02:00.0
> > ip4 addr add 10.0.3.1/24 0002:03:00.0
> > neigh add ipv4 10.0.2.2 52:20:DA:4F:68:70 neigh add ipv4 10.0.2.5
> > 62:20:DA:4F:68:70 neigh add ipv4 10.0.3.2 72:20:DA:4F:68:70 neigh add
> > ipv4 10.0.3.5 82:20:DA:4F:68:70
> >
> > ;node specific configuration
> > route add ipv4 ipv4_lookup 10.0.2.0 netmask 255.255.255.0 via 10.0.2.1
> > route add ipv4 ipv4_lookup 10.0.3.0 netmask 255.255.255.0 via
> > 10.0.3.1
>
> I prefer to use node name first.
>
Ack.
> >
> >
> > map ethdev_rx port 0002:02:00.0 queue 0 core 6 map ethdev_rx port
> > 0002:03:00.0 queue 1 core 5
>
> I prefer to use node name first.
>
Ack.
> Rest looks good to me.
>
> >
> > ;Run usecase
> > graph start
More information about the dev
mailing list