Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/62552 _apply issues_ Submitter: Suanming Mou Date: 2019-11-06 15:11:13 Reply_mail: 1573053090-179521-5-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 endif LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs LDLIBS += -lrte_bus_pci error: patch failed: drivers/net/mlx5/Makefile:63 error: drivers/net/mlx5/Makefile: patch does not apply Checking patch drivers/net/mlx5/mlx5.c... error: while searching for: mlx5_nl_mac_addr_sync(eth_dev); TAILQ_INIT(&priv->flows); TAILQ_INIT(&priv->ctrl_flows); /* Hint libmlx5 to use PMD allocator for data plane resources */ struct mlx5dv_ctx_allocators alctr = { .alloc = &mlx5_alloc_verbs_buf, 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: /* Table of UAR registers for each process. */ }; #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:682 error: drivers/net/mlx5/mlx5.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow.h... error: while searching for: #include #include #include "mlx5.h" #include "mlx5_prm.h" error: patch failed: drivers/net/mlx5/mlx5_flow.h:23 error: drivers/net/mlx5/mlx5_flow.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow_meter.c... error: while searching for: */ #include #include #include error: patch failed: drivers/net/mlx5/mlx5_flow_meter.c:4 error: drivers/net/mlx5/mlx5_flow_meter.c: patch does not apply *Repo: dpdk uint8_t mtr_color_reg; /* Meter color match REG_C. */ #ifndef RTE_ARCH_64 rte_spinlock_t uar_lock_cq; /* CQs share a common distinct UAR */ rte_spinlock_t uar_lock[MLX5_UAR_PAGE_NUM_MAX]; error: patch failed: drivers/net/mlx5/mlx5.h:752 error: drivers/net/mlx5/mlx5.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow.h... Hunk #2 succeeded at 427 (offset -96 lines). 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