Re: [dpdk-dev] [PATCH V4 4/5] examples/pipeline: add support for selector tables

2021-07-12 Thread Dumitrescu, Cristian
> -Original Message- > From: Ali Alnubani > Sent: Monday, July 12, 2021 8:51 AM > To: Dumitrescu, Cristian ; dev@dpdk.org; > NBU-Contact-Thomas Monjalon > Cc: Khangar, Churchill > Subject: RE: [dpdk-dev] [PATCH V4 4/5] examples/pipeline: add support

Re: [dpdk-dev] [PATCH V4 4/5] examples/pipeline: add support for selector tables

2021-07-12 Thread Ali Alnubani
> -Original Message- > From: dev On Behalf Of Ali Alnubani > Sent: Sunday, July 11, 2021 2:27 PM > To: Cristian Dumitrescu ; dev@dpdk.org; > NBU-Contact-Thomas Monjalon > Cc: Churchill Khangar > Subject: Re: [dpdk-dev] [PATCH V4 4/5] examples/pipeline: add support

Re: [dpdk-dev] [PATCH V4 4/5] examples/pipeline: add support for selector tables

2021-07-11 Thread Ali Alnubani
Hi, > -Original Message- > From: dev On Behalf Of Cristian Dumitrescu > Sent: Saturday, July 10, 2021 3:21 AM > To: dev@dpdk.org; NBU-Contact-Thomas Monjalon > > Cc: Churchill Khangar > Subject: [dpdk-dev] [PATCH V4 4/5] examples/pipeline: add support for >

[dpdk-dev] [PATCH V4 4/5] examples/pipeline: add support for selector tables

2021-07-09 Thread Cristian Dumitrescu
Add application-evel support for selector tables. Signed-off-by: Churchill Khangar Signed-off-by: Cristian Dumitrescu --- examples/pipeline/cli.c | 563 1 file changed, 563 insertions(+) diff --git a/examples/pipeline/cli.c b/examples/pipeline/cli.c ind