Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/68654 _apply issues_ Submitter: Suanming Mou Date: 2020-04-16 08:34:29 Reply_mail: 1587026071-422636-9-git-send-email-suanmingm@mellanox.com DPDK git baseline: Repo:dpdk-next-net-mlx, CommitID: 5bcd77844fb59cf4546defd455ef4b653a9ed6ae Repo:dpdk, CommitID: c3eb8b62744930029f96c5d64d9adac5749908ef *Repo: dpdk-next-net-mlx int idx = (*flow->rss.queue)[i]; struct mlx5_rxq_ctrl *rxq_ctrl = container_of((*priv->rxqs)[idx], struct mlx5_rxq_ctrl, rxq); error: patch failed: drivers/net/mlx5/mlx5_flow.c:712 error: drivers/net/mlx5/mlx5_flow.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow.h... Hunk #1 succeeded at 470 (offset -13 lines). error: while searching for: struct rte_flow { -- struct mlx5_flow_rss rss; /**< RSS context. */ uint32_t counter; /**< Holds flow counter. */ uint32_t rix_mreg_copy; /**< Index to metadata register copy table resource. */ error: patch failed: drivers/net/mlx5/mlx5_flow.h:762 error: drivers/net/mlx5/mlx5_flow.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow_dv.c... Hunk #1 succeeded at 7247 (offset -32 lines). Hunk #2 succeeded at 7345 (offset -32 lines). error: while searching for: -- memcpy(flow->rss.key, rss_key, MLX5_RSS_HASH_KEY_LEN); /* * rss->level and rss.types should be set in advance * when expanding items for RSS. error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:7529 error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow_verbs.c... Hunk #3 succeeded at 1567 (offset -3 lines). error: while searching for: dev_flow->handle->fate_action = MLX5_FLOW_FATE_DROP; -- flow_verbs_translate_action_rss(dev_flow, actions); action_flags |= MLX5_FLOW_ACTION_RSS; dev_flow->handle->fate_action = MLX5_FLOW_FATE_QUEUE; break; error: patch failed: drivers/net/mlx5/mlx5_flow_verbs.c:1602 error: drivers/net/mlx5/mlx5_flow_verbs.c: patch does not apply *Repo: dpdk void *inter_flows; /* Intermediate resources for flow creation. */ int flow_idx; /* Intermediate device flow index. */ int flow_nested_idx; /* Intermediate device flow index, nested. */ LIST_HEAD(rxq, mlx5_rxq_ctrl) rxqsctrl; /* DPDK Rx queues. */ error: patch failed: drivers/net/mlx5/mlx5.h:515 error: drivers/net/mlx5/mlx5.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow.c... Hunk #1 succeeded at 657 (offset -1 lines). Hunk #2 succeeded at 671 (offset -1 lines). error: while searching for: -- int idx = (*flow->rss.queue)[i]; struct mlx5_rxq_ctrl *rxq_ctrl = container_of((*priv->rxqs)[idx], struct mlx5_rxq_ctrl, rxq); error: patch failed: drivers/net/mlx5/mlx5_flow.c:712 error: drivers/net/mlx5/mlx5_flow.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow.h... error: while searching for: uint16_t size; }; -- /** Device flow handle structure for DV mode only. */ struct mlx5_flow_handle_dv { /* Flow DV api: */ error: patch failed: drivers/net/mlx5/mlx5_flow.h:483 error: drivers/net/mlx5/mlx5_flow.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow_dv.c... error: while searching for: * * @param[in] dev_flow -- if (flow->rss.level >= 2) { dev_flow->hash_fields |= IBV_RX_HASH_INNER; rss_inner = 1; } error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:7279 error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow_verbs.c... Hunk #1 succeeded at 850 (offset -91 lines). Hunk #2 succeeded at 870 (offset -91 lines). Hunk #3 succeeded at 1447 (offset -123 lines). -- flow_verbs_translate_action_rss(dev_flow, actions); action_flags |= MLX5_FLOW_ACTION_RSS; dev_flow->handle->fate_action = MLX5_FLOW_FATE_QUEUE; break; error: patch failed: drivers/net/mlx5/mlx5_flow_verbs.c:1602 error: drivers/net/mlx5/mlx5_flow_verbs.c: patch does not apply DPDK STV team