Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/69035 _apply issues_ Submitter: Bing Zhao Date: 2020-04-21 14:03:34 Reply_mail: 1587477814-207655-1-git-send-email-bingz@mellanox.com DPDK git baseline: Repo:dpdk-next-net-mlx, CommitID: c1e9e64e25d27adf8d031c553665bce72420e894 Repo:dpdk, CommitID: 7c5e68cb267388314664eb14cf00d65c2569af74 *Repo: dpdk-next-net-mlx bool external __rte_unused, struct rte_flow_error *error) { return rte_flow_error_set(error, ENOTSUP, error: patch failed: drivers/net/mlx5/mlx5_flow.c:2342 error: drivers/net/mlx5/mlx5_flow.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow.h... error: while searching for: #define MLX5_ENCAPSULATION_DECISION_SIZE (sizeof(struct rte_flow_item_eth) + \ sizeof(struct rte_flow_item_ipv4)) enum mlx5_flow_drv_type { MLX5_FLOW_TYPE_MIN, MLX5_FLOW_TYPE_DV, error: patch failed: drivers/net/mlx5/mlx5_flow.h:332 error: drivers/net/mlx5/mlx5_flow.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow_dv.c... error: while searching for: /* Fetch variable byte size mask from the array. */ mask = flow_dv_fetch_field((const uint8_t *)item->mask + field->offset, field->size); if (!mask) { ++field; continue; error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:434 error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow_verbs.c... error: while searching for: * Pointer to the list of actions. * @param[in] external * This flow rule is created by request external to PMD. * @param[out] error * Pointer to the error structure. * error: patch failed: drivers/net/mlx5/mlx5_flow_verbs.c:1108 error: drivers/net/mlx5/mlx5_flow_verbs.c: patch does not apply *Repo: dpdk hairpin_flow = flow_check_hairpin_split(dev, attr, actions); if (hairpin_flow > 0) { if (hairpin_flow > MLX5_MAX_SPLIT_ACTIONS) { rte_errno = EINVAL; error: patch failed: drivers/net/mlx5/mlx5_flow.c:4271 error: drivers/net/mlx5/mlx5_flow.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow.h... error: while searching for: const struct rte_flow_item items[], const struct rte_flow_action actions[], bool external, struct rte_flow_error *error); typedef struct mlx5_flow *(*mlx5_flow_prepare_t) (struct rte_eth_dev *dev, const struct rte_flow_attr *attr, error: patch failed: drivers/net/mlx5/mlx5_flow.h:812 error: drivers/net/mlx5/mlx5_flow.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow_dv.c... Hunk #1 succeeded at 428 (offset -6 lines). Hunk #2 succeeded at 4392 (offset -99 lines). Hunk #3 succeeded at 4404 (offset -99 lines). -- return ret; for (; items->type != RTE_FLOW_ITEM_TYPE_END; items++) { int tunnel = !!(item_flags & MLX5_FLOW_LAYER_TUNNEL); int type = items->type; error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:4618 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 1017 (offset -91 lines). Hunk #2 succeeded at 1031 (offset -91 lines). DPDK STV team