Re: [dpdk-dev] [PATCH v4 1/2] ethdev: add flow shared action API

2020-10-06 Thread Ori Kam
Hi Andrey, PSB, Best, Ori > -Original Message- > From: Andrey Vesnovaty > Sent: Tuesday, October 6, 2020 11:09 PM > Subject: [PATCH v4 1/2] ethdev: add flow shared action API > > This commit introduces extension of DPDK flow action API enabling > sharing of single rte_flow_action in mult

[dpdk-dev] [PATCH v4 1/2] ethdev: add flow shared action API

2020-10-06 Thread Andrey Vesnovaty
This commit introduces extension of DPDK 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 th