Re: [dpdk-dev] [PATCH v6 2/2] app/testpmd: support shared action

2020-10-08 Thread Andrey Vesnovaty
Hi Ajit. I completely agree that action direction was overlooked by me just because RSS has implicit ingress direction. v7 patch is about to be sent in an hour with following changes: * Added handling of direction arguments for create CLI. * Both create & update CLI can receive all RTE flow actio

Re: [dpdk-dev] [PATCH v6 2/2] app/testpmd: support shared action

2020-10-07 Thread Ajit Khaparde
On Wed, Oct 7, 2020 at 11:36 AM Andrey Vesnovaty wrote: > > This patch adds shared action support to testpmd CLI. > > All shared actions created via testpmd CLI assigned ID for further > reference in other CLI commands. Shared action ID supplied as CLI > argument or assigned by testpmd is similar

[dpdk-dev] [PATCH v6 2/2] app/testpmd: support shared action

2020-10-07 Thread Andrey Vesnovaty
This patch adds shared action support to testpmd CLI. All shared actions created via testpmd CLI assigned ID for further reference in other CLI commands. Shared action ID supplied as CLI argument or assigned by testpmd is similar to flow ID & limited to scope of testpdm CLI. Create shared action