RE: [EXT] Re: [PATCH v2 4/4] app: add testgraph application

2023-09-08 Thread Sunil Kumar Kori
g, Cunming ; > Wang, Haiyue > Subject: RE: [EXT] Re: [PATCH v2 4/4] app: add testgraph application > > > > > -Original Message- > > From: Sunil Kumar Kori > > Sent: Friday, July 21, 2023 12:31 PM > > To: Jerin Jacob ; Rakesh Kudurumalla > >

RE: [EXT] Re: [PATCH v2 4/4] app: add testgraph application

2023-07-21 Thread Rakesh Kudurumalla
puram > ; Liang, Cunming ; > Wang, Haiyue > Subject: RE: [EXT] Re: [PATCH v2 4/4] app: add testgraph application > > > -Original Message- > > From: Jerin Jacob > > Sent: Friday, July 21, 2023 12:18 PM > > To: Rakesh Kudurumalla > > Cc: Vamsi Krishn

RE: [EXT] Re: [PATCH v2 4/4] app: add testgraph application

2023-07-21 Thread Sunil Kumar Kori
; > Wang, Haiyue ; Sunil Kumar Kori > > Subject: Re: [EXT] Re: [PATCH v2 4/4] app: add testgraph application > > On Thu, Jul 20, 2023 at 9:22 PM Rakesh Kudurumalla > wrote: > > > > > > > > > -Original Message- > > > From: Vamsi Kris

Re: [EXT] Re: [PATCH v2 4/4] app: add testgraph application

2023-07-20 Thread Jerin Jacob
Jerin Jacob Kollanukkaran ; > > Nithin Kumar Dabilpuram ; Liang, Cunming > > ; Wang, Haiyue ; Sunil > > Kumar Kori > > Subject: RE: [EXT] Re: [PATCH v2 4/4] app: add testgraph application > > > > > Example use case: l3fwd > > ;Configur

RE: [EXT] Re: [PATCH v2 4/4] app: add testgraph application

2023-07-20 Thread Rakesh Kudurumalla
> Kumar Kori > Subject: RE: [EXT] Re: [PATCH v2 4/4] app: add testgraph application > > > > > -Original Message- > > From: Jerin Jacob > > Sent: Tuesday, May 30, 2023 1:05 PM > > To: Vamsi Krishna Attunuru > > Cc: Yan, Zhirun ; dev@dpdk

RE: [EXT] Re: [PATCH v2 4/4] app: add testgraph application

2023-05-31 Thread Vamsi Krishna Attunuru
> Kumar Kori > Subject: [EXT] Re: [PATCH v2 4/4] app: add testgraph application > > External Email > > -- > On Mon, May 22, 2023 at 12:37 PM Vamsi Krishna Attunuru > wrote: > > > > > +stat

Re: [PATCH v2 4/4] app: add testgraph application

2023-05-30 Thread Jerin Jacob
On Mon, May 22, 2023 at 12:37 PM Vamsi Krishna Attunuru wrote: > > > +static int > > > +link_graph_nodes(uint64_t valid_nodes, uint32_t lcore_id) > > > +{ > > > + int ret = 0; > > > + > > > + num_patterns = 0; > > > + > > > + if (valid_nodes == (TEST_GRAPH_ETHDEV_TX_NODE | I think, if we

RE: [PATCH v2 4/4] app: add testgraph application

2023-05-22 Thread Vamsi Krishna Attunuru
aiyue ; Sunil > Kumar Kori > Subject: [EXT] RE: [PATCH v2 4/4] app: add testgraph application > > External Email > > -- > > > > -Original Message- > > From: Vamsi Attunuru > >

RE: [PATCH v2 4/4] app: add testgraph application

2023-05-12 Thread Yan, Zhirun
> -Original Message- > From: Vamsi Attunuru > Sent: Tuesday, April 25, 2023 9:15 PM > To: dev@dpdk.org; tho...@monjalon.net; jer...@marvell.com > Cc: vattun...@marvell.com; ndabilpu...@marvell.com > Subject: [PATCH v2 4/4] app: add testgraph application > &g

RE: [EXT] [PATCH v2 4/4] app: add testgraph application

2023-05-09 Thread Vamsi Krishna Attunuru
> -Original Message- > From: Sunil Kumar Kori > Sent: Tuesday, May 9, 2023 2:24 PM > To: Vamsi Krishna Attunuru ; dev@dpdk.org; > tho...@monjalon.net; Jerin Jacob Kollanukkaran > Cc: Nithin Kumar Dabilpuram > Subject: RE: [EXT] [PATCH v2 4/4] app: add

RE: [EXT] [PATCH v2 4/4] app: add testgraph application

2023-05-09 Thread Sunil Kumar Kori
> -Original Message- > From: Vamsi Krishna Attunuru > Sent: Tuesday, May 9, 2023 9:10 AM > To: Sunil Kumar Kori ; dev@dpdk.org; > tho...@monjalon.net; Jerin Jacob Kollanukkaran > Cc: Nithin Kumar Dabilpuram > Subject: RE: [EXT] [PATCH v2 4/4] app: add

RE: [EXT] [PATCH v2 4/4] app: add testgraph application

2023-05-08 Thread Vamsi Krishna Attunuru
@dpdk.org; tho...@monjalon.net; Jerin Jacob Kollanukkaran > > > > Cc: Vamsi Krishna Attunuru ; Nithin Kumar > > Dabilpuram > > Subject: [EXT] [PATCH v2 4/4] app: add testgraph application > > > > External Email > > > > -

RE: [EXT] [PATCH v2 4/4] app: add testgraph application

2023-05-08 Thread Sunil Kumar Kori
ect: [EXT] [PATCH v2 4/4] app: add testgraph application > > External Email > > -- > Patch adds test-graph application to validate graph > and node libraries. > > Signed-off-by: Vamsi Attunuru > --- >

[PATCH v2 4/4] app: add testgraph application

2023-04-25 Thread Vamsi Attunuru
Patch adds test-graph application to validate graph and node libraries. Signed-off-by: Vamsi Attunuru --- app/meson.build|1 + app/test-graph/cmdline.c | 211 + app/test-graph/cmdline_graph.c | 294 +++ app/test-graph/cmdline_graph.h | 19 + app/test-graph/m