Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/65225 _apply issues_ Submitter: Matan Azrad Date: 2020-01-28 10:06:03 Reply_mail: 1580205965-21492-24-git-send-email-matan@mellanox.com DPDK git baseline: Repo:dpdk-next-net-mlx, CommitID: 1026f4d7d090c453099554b1761248958777b1a1 Repo:dpdk, CommitID: e85373edf0857f1774f6e519bd2af669d6eaeb2b *Repo: dpdk-next-net-mlx mlx5_nl_mac_addr_flush(dev); if (priv->nl_socket_route >= 0) close(priv->nl_socket_route); if (priv->nl_socket_rdma >= 0) error: patch failed: drivers/net/mlx5/mlx5.c:1270 error: drivers/net/mlx5/mlx5.c: patch does not apply Checking patch drivers/net/mlx5/mlx5.h... error: while searching for: /* Context for Verbs allocator. */ int nl_socket_rdma; /* Netlink socket (NETLINK_RDMA). */ -- uint32_t nl_sn; /* Netlink message sequence number. */ LIST_HEAD(dbrpage, mlx5_devx_dbr_page) dbrpgs; /* Door-bell pages. */ struct mlx5_nl_vlan_vmwa_context *vmwa_context; /* VLAN WA context. */ struct mlx5_flow_id_pool *qrss_id_pool; error: patch failed: drivers/net/mlx5/mlx5.h:539 error: drivers/net/mlx5/mlx5.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_ethdev.c... error: while searching for: } -- /** * Analyze gathered port parameters via sysfs to recognize master * and representor devices for E-Switch configuration. * error: patch failed: drivers/net/mlx5/mlx5_ethdev.c:1891 error: drivers/net/mlx5/mlx5_ethdev.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_mac.c... error: while searching for: if (rte_is_zero_ether_addr(&dev->data->mac_addrs[index])) return; -- index); memset(&dev->data->mac_addrs[index], 0, sizeof(struct rte_ether_addr)); } error: patch failed: drivers/net/mlx5/mlx5_mac.c:74 error: drivers/net/mlx5/mlx5_mac.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_nl.c... error: drivers/net/mlx5/mlx5_nl.c: No such file or directory Checking patch drivers/net/mlx5/mlx5_nl.h... error: drivers/net/mlx5/mlx5_nl.h: No such file or directory -- ret = mlx5_nl_promisc(dev, 1); if (ret) return ret; } error: patch failed: drivers/net/mlx5/mlx5_rxmode.c:47 error: drivers/net/mlx5/mlx5_rxmode.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_vlan.c... error: while searching for: rte_free(vmwa); return NULL; -- vmwa->nl_sn = random(); vmwa->vf_ifindex = ifindex; /* Cleanup for existing VLAN devices. */ return vmwa; error: patch failed: drivers/net/mlx5/mlx5_vlan.c:304 error: drivers/net/mlx5/mlx5_vlan.c: patch does not apply *Repo: dpdk mlx5_nl_mac_addr_flush(dev); if (priv->nl_socket_route >= 0) close(priv->nl_socket_route); if (priv->nl_socket_rdma >= 0) error: patch failed: drivers/net/mlx5/mlx5.c:1270 error: drivers/net/mlx5/mlx5.c: patch does not apply Checking patch drivers/net/mlx5/mlx5.h... error: while searching for: /* Context for Verbs allocator. */ int nl_socket_rdma; /* Netlink socket (NETLINK_RDMA). */ -- uint32_t nl_sn; /* Netlink message sequence number. */ LIST_HEAD(dbrpage, mlx5_devx_dbr_page) dbrpgs; /* Door-bell pages. */ struct mlx5_nl_vlan_vmwa_context *vmwa_context; /* VLAN WA context. */ struct mlx5_flow_id_pool *qrss_id_pool; error: patch failed: drivers/net/mlx5/mlx5.h:539 error: drivers/net/mlx5/mlx5.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_ethdev.c... error: while searching for: } -- /** * Analyze gathered port parameters via sysfs to recognize master * and representor devices for E-Switch configuration. * error: patch failed: drivers/net/mlx5/mlx5_ethdev.c:1891 error: drivers/net/mlx5/mlx5_ethdev.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_mac.c... error: while searching for: if (rte_is_zero_ether_addr(&dev->data->mac_addrs[index])) return; -- index); memset(&dev->data->mac_addrs[index], 0, sizeof(struct rte_ether_addr)); } error: patch failed: drivers/net/mlx5/mlx5_mac.c:74 error: drivers/net/mlx5/mlx5_mac.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_nl.c... error: drivers/net/mlx5/mlx5_nl.c: No such file or directory Checking patch drivers/net/mlx5/mlx5_nl.h... error: drivers/net/mlx5/mlx5_nl.h: No such file or directory -- ret = mlx5_nl_promisc(dev, 1); if (ret) return ret; } error: patch failed: drivers/net/mlx5/mlx5_rxmode.c:47 error: drivers/net/mlx5/mlx5_rxmode.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_vlan.c... error: while searching for: rte_free(vmwa); return NULL; -- vmwa->nl_sn = random(); vmwa->vf_ifindex = ifindex; /* Cleanup for existing VLAN devices. */ return vmwa; error: patch failed: drivers/net/mlx5/mlx5_vlan.c:304 error: drivers/net/mlx5/mlx5_vlan.c: patch does not apply DPDK STV team