Re: [dpdk-dev] [PATCH v3 02/10] ethdev: add conf arg to shared action icreate API

2020-10-06 Thread Andrey Vesnovaty
PSB > -Original Message- > From: Ori Kam > Sent: Sunday, October 4, 2020 2:11 PM > To: Andrey Vesnovaty ; dev@dpdk.org > Cc: j...@marvell.com; jerinjac...@gmail.com; NBU-Contact-Thomas Monjalon > ; ferruh.yi...@intel.com; > step...@networkplumber.org; bruce.richard...@intel.com; Slava Ovsi

Re: [dpdk-dev] [PATCH v3 02/10] ethdev: add conf arg to shared action icreate API

2020-10-04 Thread Ori Kam
Hi Andrey Why is this patch not part of the previous one? Best, Ori > -Original Message- > From: Andrey Vesnovaty > Sent: Sunday, October 4, 2020 1:06 AM > To: dev@dpdk.org > Cc: j...@marvell.com; jerinjac...@gmail.com; NBU-Contact-Thomas Monjalon > ; ferruh.yi...@intel.com; > step...@ne

[dpdk-dev] [PATCH v3 02/10] ethdev: add conf arg to shared action icreate API

2020-10-03 Thread Andrey Vesnovaty
Add configuration argument to shared action create interface. Currently there is only ingress & egress fields but more fields can be added later. Shared action configuration & implementation are PMD specific. Signed-off-by: Andrey Vesnovaty --- lib/librte_ethdev/rte_flow.c| 4 +++- lib/