Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/62556 _apply issues_ Submitter: Suanming Mou Date: 2019-11-06 15:11:17 Reply_mail: 1573053090-179521-9-git-send-email-suanmingm@mellanox.com DPDK git baseline: Repo:dpdk-next-net-mlx, CommitID: d31c160fb7e309bd5c84cf156056496217da1674 Repo:dpdk, CommitID: 20d3f48be1d1d1d84da2881e72769aed430b3c44 *Repo: dpdk-next-net-mlx TAILQ_INIT(&priv->ctrl_flows); TAILQ_INIT(&priv->flow_meter_profiles); /* Hint libmlx5 to use PMD allocator for data plane resources */ struct mlx5dv_ctx_allocators alctr = { error: patch failed: drivers/net/mlx5/mlx5.c:2405 error: drivers/net/mlx5/mlx5.c: patch does not apply Checking patch drivers/net/mlx5/mlx5.h... error: while searching for: /* MTR profile list. */ TAILQ_HEAD(mlx5_mtr_profiles, mlx5_flow_meter_profile); #define MLX5_PROC_PRIV(port_id) \ ((struct mlx5_proc_priv *)rte_eth_devices[port_id].process_private) error: patch failed: drivers/net/mlx5/mlx5.h:692 error: drivers/net/mlx5/mlx5.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow.h... error: while searching for: /* Meter parameter structure. */ -- /**< Use count. */ }; /* RFC2697 parameter structure. */ error: patch failed: drivers/net/mlx5/mlx5_flow.h:557 error: drivers/net/mlx5/mlx5_flow.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow_meter.c... error: while searching for: return 0; } -- .destroy = NULL, .meter_enable = NULL, .meter_disable = NULL, .meter_profile_update = NULL, error: patch failed: drivers/net/mlx5/mlx5_flow_meter.c:362 error: drivers/net/mlx5/mlx5_flow_meter.c: patch does not apply *Repo: dpdk TAILQ_INIT(&priv->ctrl_flows); TAILQ_INIT(&priv->flow_meter_profiles); /* Hint libmlx5 to use PMD allocator for data plane resources */ struct mlx5dv_ctx_allocators alctr = { error: patch failed: drivers/net/mlx5/mlx5.c:2405 error: drivers/net/mlx5/mlx5.c: patch does not apply Checking patch drivers/net/mlx5/mlx5.h... error: while searching for: /* MTR profile list. */ TAILQ_HEAD(mlx5_mtr_profiles, mlx5_flow_meter_profile); #define MLX5_PROC_PRIV(port_id) \ ((struct mlx5_proc_priv *)rte_eth_devices[port_id].process_private) error: patch failed: drivers/net/mlx5/mlx5.h:692 error: drivers/net/mlx5/mlx5.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow.h... error: while searching for: /* Meter parameter structure. */ -- /**< Use count. */ }; /* RFC2697 parameter structure. */ error: patch failed: drivers/net/mlx5/mlx5_flow.h:557 error: drivers/net/mlx5/mlx5_flow.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow_meter.c... error: drivers/net/mlx5/mlx5_flow_meter.c: No such file or directory DPDK STV team