[dpdk-test-report] |FAILURE| pw65268[v3, 23/25] net/mlx5: reduce Netlink commands dependencies

sys_stv at intel.com sys_stv at intel.com
Mon Feb 17 08:41:23 CET 2020


Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/65268

_apply issues_

Submitter: Matan Azrad <matan at mellanox.com>
Date: 2020-01-28 16:27:38
Reply_mail: 1580228860-10665-24-git-send-email-matan at mellanox.com
DPDK git baseline:
	Repo:dpdk-next-net-mlx, CommitID: 9579691d06656ce7a8bf853b8d1d836d1a988ee7
	Repo:dpdk, CommitID: 914397d6c1141235b48ca60249221976e9e08feb

*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


More information about the test-report mailing list