[dpdk-dev] [PATCH v2 04/15] ethdev: remove DUP action from flow API

Andrew Rybchenko arybchenko at solarflare.com
Sat Apr 7 11:23:51 CEST 2018


On 04/06/2018 04:25 PM, Adrien Mazarguil wrote:
> Upcoming changes in relation to the handling of actions list will make the
> DUP action redundant as specifying several QUEUE actions will achieve the
> same behavior. Besides, no PMD implements this action.
>
> By removing an entry from enum rte_flow_action_type, this patch breaks ABI
> compatibility for the following public functions:
>
> - rte_flow_copy()
> - rte_flow_create()
> - rte_flow_query()
> - rte_flow_validate()
>
> Signed-off-by: Adrien Mazarguil <adrien.mazarguil at 6wind.com>
> ---
>   app/test-pmd/cmdline_flow.c                 | 23 -----------------------
>   app/test-pmd/config.c                       |  1 -
>   doc/guides/prog_guide/rte_flow.rst          | 23 -----------------------
>   doc/guides/testpmd_app_ug/testpmd_funcs.rst |  8 --------
>   lib/librte_ether/rte_ethdev_version.map     |  2 +-
>   lib/librte_ether/rte_flow.c                 |  1 -
>   lib/librte_ether/rte_flow.h                 | 24 ------------------------
>   7 files changed, 1 insertion(+), 81 deletions(-)

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


More information about the dev mailing list