[dpdk-dev] [PATCH v3 15/16] ethdev: add physical port action to flow API

2018-04-10 Thread Adrien Mazarguil
This patch adds the missing action counterpart to the PHY_PORT pattern item, that is, the ability to directly inject matching traffic into a physical port of the underlying device. It breaks ABI compatibility for the following public functions: - rte_flow_copy() - rte_flow_create() - rte_flow_que

Re: [dpdk-dev] [PATCH v3 15/16] ethdev: add physical port action to flow API

2018-04-11 Thread Andrew Rybchenko
On 04/10/2018 07:37 PM, Adrien Mazarguil wrote: This patch adds the missing action counterpart to the PHY_PORT pattern item, that is, the ability to directly inject matching traffic into a physical port of the underlying device. It breaks ABI compatibility for the following public functions: -