Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/62826 _apply issues_ Submitter: Raslan Darawsheh Date: 2019-11-11 11:40:20 Reply_mail: 1573472413-6966-1-git-send-email-rasland@mellanox.com DPDK git baseline: Repo:dpdk-next-net-mlx, CommitID: b660b1d30b7d3354da9e7929850a8affc571f745 Repo:dpdk, CommitID: 08a234788ee548796fd6b394c7e897a2bf1df1b3 *Repo: dpdk-next-net-mlx unsigned int mlx5_nl_ifindex(int nl, const char *name, uint32_t pindex); int mlx5_nl_switch_info(int nl, unsigned int ifindex, struct mlx5_switch_info *info); error: patch failed: drivers/net/mlx5/mlx5.h:997 error: drivers/net/mlx5/mlx5.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_mac.c... error: while searching for: int mlx5_mac_addr_set(struct rte_eth_dev *dev, struct rte_ether_addr *mac_addr) { DRV_LOG(DEBUG, "port %u setting primary MAC address", dev->data->port_id); return mlx5_mac_addr_add(dev, mac_addr, 0, 0); error: patch failed: drivers/net/mlx5/mlx5_mac.c:197 error: drivers/net/mlx5/mlx5_mac.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_nl.c... error: while searching for: #define MLX5_NDA_RTA(r) \ ((struct rtattr *)(((char *)(r)) + NLMSG_ALIGN(sizeof(struct ndmsg)))) -- /* * The following definitions are normally found in rdma/rdma_netlink.h, * however they are so recent that most systems do not expose them yet. error: patch failed: drivers/net/mlx5/mlx5_nl.c:42 error: drivers/net/mlx5/mlx5_nl.c: patch does not apply *Repo: dpdk unsigned int mlx5_nl_ifindex(int nl, const char *name, uint32_t pindex); int mlx5_nl_switch_info(int nl, unsigned int ifindex, struct mlx5_switch_info *info); error: patch failed: drivers/net/mlx5/mlx5.h:997 error: drivers/net/mlx5/mlx5.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_mac.c... error: while searching for: int mlx5_mac_addr_set(struct rte_eth_dev *dev, struct rte_ether_addr *mac_addr) { DRV_LOG(DEBUG, "port %u setting primary MAC address", dev->data->port_id); return mlx5_mac_addr_add(dev, mac_addr, 0, 0); error: patch failed: drivers/net/mlx5/mlx5_mac.c:197 error: drivers/net/mlx5/mlx5_mac.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_nl.c... error: while searching for: #define MLX5_NDA_RTA(r) \ ((struct rtattr *)(((char *)(r)) + NLMSG_ALIGN(sizeof(struct ndmsg)))) -- /* * The following definitions are normally found in rdma/rdma_netlink.h, * however they are so recent that most systems do not expose them yet. error: patch failed: drivers/net/mlx5/mlx5_nl.c:42 error: drivers/net/mlx5/mlx5_nl.c: patch does not apply DPDK STV team