[dpdk-dev] [PATCH v3 11/17] net/mlx5: add translation of CT action

2021-05-04 Thread Bing Zhao
When creating a flow with this action context for CT, it needs to be translated in 2 levels. First, retrieve from action context to rte_flow action. Second, translate it to the corresponding DR action with traffic direction that was specified when creating or updating via rte_flow_action_handle* A

[dpdk-dev] [PATCH v3 11/17] net/mlx5: add translation of CT action

2021-05-04 Thread Bing Zhao
When creating a flow with this action context for CT, it needs to be translated in 2 levels. First, retrieve from action context to rte_flow action. Second, translate it to the corresponding DR action with traffic direction that was specified when creating or updating via rte_flow_action_handle* A