Re: [dpdk-dev] [PATCH v8 1/2] ethdev: add shared actions to flow API

2020-10-14 Thread Ferruh Yigit
On 10/14/2020 12:44 PM, Andrew Rybchenko wrote: On 10/14/20 2:40 PM, Andrey Vesnovaty wrote: Introduce extension of flow action API enabling sharing of single rte_flow_action in multiple flows. The API intended for PMDs, where multiple HW offloaded flows can reuse the same HW essence/object repr

Re: [dpdk-dev] [PATCH v8 1/2] ethdev: add shared actions to flow API

2020-10-14 Thread Andrew Rybchenko
On 10/14/20 2:40 PM, Andrey Vesnovaty wrote: > Introduce extension of flow action API enabling sharing of single > rte_flow_action in multiple flows. The API intended for PMDs, where > multiple HW offloaded flows can reuse the same HW essence/object > representing flow action and modification of su

[dpdk-dev] [PATCH v8 1/2] ethdev: add shared actions to flow API

2020-10-14 Thread Andrey Vesnovaty
Introduce extension of flow action API enabling sharing of single rte_flow_action in multiple flows. The API intended for PMDs, where multiple HW offloaded flows can reuse the same HW essence/object representing flow action and modification of such an essence/object affects all the rules using it.