Re: [dpdk-dev] [PATCH V3 1/5] examples/pipeline: improve table update CLI commands

2021-07-09 Thread Dumitrescu, Cristian
> -Original Message- > From: Thomas Monjalon > Sent: Friday, July 9, 2021 11:14 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org; Khangar, Churchill > Subject: Re: [dpdk-dev] [PATCH V3 1/5] examples/pipeline: improve table > update CLI commands > > 09/07/

Re: [dpdk-dev] [PATCH V3 1/5] examples/pipeline: improve table update CLI commands

2021-07-09 Thread Thomas Monjalon
09/07/2021 23:37, Thomas Monjalon: > 03/07/2021 00:46, Cristian Dumitrescu: > > From: Churchill Khangar > > > > For more felxibility, the single monolithic table update command is > > split into table entry add, table entry delete, table default entry > > add, pipeline commit and pipeline abort.

Re: [dpdk-dev] [PATCH V3 1/5] examples/pipeline: improve table update CLI commands

2021-07-09 Thread Thomas Monjalon
03/07/2021 00:46, Cristian Dumitrescu: > From: Churchill Khangar > > For more felxibility, the single monolithic table update command is > split into table entry add, table entry delete, table default entry > add, pipeline commit and pipeline abort. > > Signed-off-by: Churchill Khangar > Signed

[dpdk-dev] [PATCH V3 1/5] examples/pipeline: improve table update CLI commands

2021-07-02 Thread Cristian Dumitrescu
From: Churchill Khangar For more felxibility, the single monolithic table update command is split into table entry add, table entry delete, table default entry add, pipeline commit and pipeline abort. Signed-off-by: Churchill Khangar Signed-off-by: Cristian Dumitrescu --- examples/pipeline/cl