Re: [dpdk-dev] [PATCH v3 14/16] ethdev: rename physical port item in flow API

2018-04-11 Thread Andrew Rybchenko
On 04/10/2018 07:37 PM, Adrien Mazarguil wrote: While RTE_FLOW_ITEM_TYPE_PORT refers to physical ports of the underlying device using specific identifiers, these are often confused with DPDK port IDs exposed to applications in the global name space. Since this pattern item is seldom used, rename

[dpdk-dev] [PATCH v3 14/16] ethdev: rename physical port item in flow API

2018-04-10 Thread Adrien Mazarguil
While RTE_FLOW_ITEM_TYPE_PORT refers to physical ports of the underlying device using specific identifiers, these are often confused with DPDK port IDs exposed to applications in the global name space. Since this pattern item is seldom used, rename it RTE_FLOW_ITEM_PHY_PORT for better clarity. No