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

2018-04-07 Thread Andrew Rybchenko
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_acti

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

2018-04-06 Thread Adrien Mazarguil
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 t