Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/65679 _apply issues_ Submitter: Viacheslav Ovsiienko Date: 2020-02-09 22:54:53 Reply_mail: 1581288893-1878-1-git-send-email-viacheslavo@mellanox.com DPDK git baseline: Repo:dpdk-next-net-mlx, CommitID: 8c2e6036a173bc494fa8069e62d35fe3ff3f171f Repo:dpdk, CommitID: f69ed1044230c218c9afd8f1b47b6fe6aa1eeec5 *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") -- #define MLX5_MPW_INLINE_MAX_PACKETS 2 /* * Default packet length threshold to be inlined with error: patch failed: drivers/common/mlx5/mlx5_prm.h:100 error: drivers/common/mlx5/mlx5_prm.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_rxtx.c... error: while searching for: unsigned int part; uint8_t *pdst; -- pdst = &dseg->inline_data[0]; /* * The WQEBB space availability is checked by caller. * Here we should be aware of WQE ring buffer wraparound only. error: patch failed: drivers/net/mlx5/mlx5_rxtx.c:2949 error: drivers/net/mlx5/mlx5_rxtx.c: patch does not apply *Repo: dpdk #define MLX5_MPW_INLINE_MAX_PACKETS 2 /* * Default packet length threshold to be inlined with error: patch failed: drivers/common/mlx5/mlx5_prm.h:100 error: drivers/common/mlx5/mlx5_prm.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_rxtx.c... error: while searching for: unsigned int part; uint8_t *pdst; -- pdst = &dseg->inline_data[0]; /* * The WQEBB space availability is checked by caller. * Here we should be aware of WQE ring buffer wraparound only. error: patch failed: drivers/net/mlx5/mlx5_rxtx.c:2949 error: drivers/net/mlx5/mlx5_rxtx.c: patch does not apply DPDK STV team