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

Andrew Rybchenko arybchenko at solarflare.com
Wed Apr 11 14:57:40 CEST 2018


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 it RTE_FLOW_ITEM_PHY_PORT
> for better clarity.
>
> No ABI impact.
>
> Signed-off-by: Adrien Mazarguil <adrien.mazarguil at 6wind.com>
> ---
>   app/test-pmd/cmdline_flow.c                 | 27 +++++++++++----------
>   app/test-pmd/config.c                       |  2 +-
>   doc/guides/prog_guide/rte_flow.rst          | 22 ++++++++---------
>   doc/guides/testpmd_app_ug/testpmd_funcs.rst |  2 +-
>   lib/librte_ether/rte_flow.c                 |  2 +-
>   lib/librte_ether/rte_flow.h                 | 31 ++++++++++--------------
>   6 files changed, 41 insertions(+), 45 deletions(-)

Acked-by: Andrew Rybchenko <arybchenko at solarflare.com>


More information about the dev mailing list