Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/62580 _apply issues_ Submitter: Viacheslav Ovsiienko Date: 2019-11-06 17:37:35 Reply_mail: 1573061873-20898-2-git-send-email-viacheslavo@mellanox.com DPDK git baseline: Repo:dpdk-next-net-mlx, CommitID: 685e0fbc4709ee94b17f5315cdf12fb942675423 Repo:dpdk, CommitID: 6bbc5a9236250b708c6d1931e966c74da381b4f2 *Repo: dpdk-next-net-mlx set_tag->data = rte_cpu_to_be_32(*flow_id); tag_action->conf = set_tag; /* Create Tx item list. */ rte_memcpy(actions_tx, actions, sizeof(struct rte_flow_action)); error: patch failed: drivers/net/mlx5/mlx5_flow.c:2707 error: drivers/net/mlx5/mlx5_flow.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow.h... error: while searching for: /* Matches on selected register. */ struct mlx5_rte_flow_item_tag { -- rte_be32_t data; }; /* Matches on source queue. */ error: patch failed: drivers/net/mlx5/mlx5_flow.h:56 error: drivers/net/mlx5/mlx5_flow.h: patch does not apply *Repo: dpdk set_tag->data = rte_cpu_to_be_32(*flow_id); tag_action->conf = set_tag; /* Create Tx item list. */ rte_memcpy(actions_tx, actions, sizeof(struct rte_flow_action)); error: patch failed: drivers/net/mlx5/mlx5_flow.c:2707 error: drivers/net/mlx5/mlx5_flow.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow.h... error: while searching for: /* Matches on selected register. */ struct mlx5_rte_flow_item_tag { -- rte_be32_t data; }; /* Matches on source queue. */ error: patch failed: drivers/net/mlx5/mlx5_flow.h:56 error: drivers/net/mlx5/mlx5_flow.h: patch does not apply DPDK STV team