Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/65605 _apply issues_ Submitter: Suanming Mou Date: 2020-02-06 04:14:25 Reply_mail: 1580962467-159286-1-git-send-email-suanmingm@mellanox.com DPDK git baseline: Repo:dpdk-next-net-mlx, CommitID: 8c2e6036a173bc494fa8069e62d35fe3ff3f171f Repo:dpdk, CommitID: 0e157d7a9a0d36d88da9315d018262492b0a64aa *Repo: dpdk-next-net-mlx The HW doesn't support to do modify header action after ant encapsulation action. The split metadata function wrongly added the copy action in the end of the original actions list, hence, NIC egress flow with encapsulation action failed when the PMD worked with dv_xmeta_en mode. Move the copy action to be before and back to back with the encapsulation action for the aforementioned case. Fixes: 71e254bc0294 ("net/mlx5: split Rx flows to provide metadata copy") -- case RTE_FLOW_ACTION_TYPE_METER: case RTE_FLOW_ACTION_TYPE_VXLAN_DECAP: case RTE_FLOW_ACTION_TYPE_NVGRE_DECAP: memcpy(actions_pre, actions, error: patch failed: drivers/net/mlx5/mlx5_flow.c:3476 error: drivers/net/mlx5/mlx5_flow.c: patch does not apply *Repo: dpdk case RTE_FLOW_ACTION_TYPE_METER: case RTE_FLOW_ACTION_TYPE_VXLAN_DECAP: case RTE_FLOW_ACTION_TYPE_NVGRE_DECAP: memcpy(actions_pre, actions, error: patch failed: drivers/net/mlx5/mlx5_flow.c:3476 error: drivers/net/mlx5/mlx5_flow.c: patch does not apply DPDK STV team