[dpdk-test-report] |FAILURE| pw51022[v4] net/mlx5: support new representor naming format

sys_stv at intel.com sys_stv at intel.com
Sun Mar 10 17:54:51 CET 2019


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

_apply issues_

Submitter: Dekel Peled <dekelp at mellanox.com>
Date: 2019-03-10 16:06:41
Reply_mail: 1552234001-49438-1-git-send-email-dekelp at mellanox.com
DPDK git baseline:
	Repo:dpdk-master, CommitID: 1598c729595d8d59ebb9dce190401846da16c09c
	Repo:dpdk-next-eventdev, CommitID: 1598c729595d8d59ebb9dce190401846da16c09c
	Repo:dpdk-next-net, CommitID: 1a4a7ae9372aa3c8210edc486702ee33a81cb185
	Repo:dpdk-next-crypto, CommitID: 0db1459f6bb820d3dd9dcd2a74bc126ae276eac1
	Repo:dpdk-next-virtio, CommitID: 4f102e62abeb2af8be8d42c71f87b5d33f0dda38

*Repo: dpdk-master
Checking patch drivers/net/mlx5/mlx5.h...
Checking patch drivers/net/mlx5/mlx5_ethdev.c...
error: while searching for:
mlx5_sysfs_switch_info(unsigned int ifindex, struct mlx5_switch_info *info)
{
	char ifname[IF_NAMESIZE];
	FILE *file;
	DIR *dir;
	struct mlx5_switch_info data = { .master = 0, };

error: patch failed: drivers/net/mlx5/mlx5_ethdev.c:1353
error: drivers/net/mlx5/mlx5_ethdev.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_nl.c...
Hunk #1 succeeded at 842 (offset -7 lines).
error: while searching for:
			num_vf_set = true;
			break;
		case IFLA_PHYS_PORT_NAME:
			errno = 0;
			info.port_name = strtol(payload, &end, 0);
			if (errno ||
			    (size_t)(end - (char *)payload) != strlen(payload))
				goto error;
			port_name_set = true;
			break;
		case IFLA_PHYS_SWITCH_ID:
			info.switch_id = 0;

error: patch failed: drivers/net/mlx5/mlx5_nl.c:859
error: drivers/net/mlx5/mlx5_nl.c: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch drivers/net/mlx5/mlx5.h...
Checking patch drivers/net/mlx5/mlx5_ethdev.c...
error: while searching for:
mlx5_sysfs_switch_info(unsigned int ifindex, struct mlx5_switch_info *info)
{
	char ifname[IF_NAMESIZE];
	FILE *file;
	DIR *dir;
	struct mlx5_switch_info data = { .master = 0, };

error: patch failed: drivers/net/mlx5/mlx5_ethdev.c:1353
error: drivers/net/mlx5/mlx5_ethdev.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_nl.c...
Hunk #1 succeeded at 842 (offset -7 lines).
error: while searching for:
			num_vf_set = true;
			break;
		case IFLA_PHYS_PORT_NAME:
			errno = 0;
			info.port_name = strtol(payload, &end, 0);
			if (errno ||
			    (size_t)(end - (char *)payload) != strlen(payload))
				goto error;
			port_name_set = true;
			break;
		case IFLA_PHYS_SWITCH_ID:
			info.switch_id = 0;

error: patch failed: drivers/net/mlx5/mlx5_nl.c:859
error: drivers/net/mlx5/mlx5_nl.c: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/net/mlx5/mlx5.h...
Checking patch drivers/net/mlx5/mlx5_ethdev.c...
error: while searching for:
mlx5_sysfs_switch_info(unsigned int ifindex, struct mlx5_switch_info *info)
{
	char ifname[IF_NAMESIZE];
	FILE *file;
	DIR *dir;
	struct mlx5_switch_info data = { .master = 0, };

error: patch failed: drivers/net/mlx5/mlx5_ethdev.c:1353
error: drivers/net/mlx5/mlx5_ethdev.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_nl.c...
Hunk #1 succeeded at 842 (offset -7 lines).
error: while searching for:
			num_vf_set = true;
			break;
		case IFLA_PHYS_PORT_NAME:
			errno = 0;
			info.port_name = strtol(payload, &end, 0);
			if (errno ||
			    (size_t)(end - (char *)payload) != strlen(payload))
				goto error;
			port_name_set = true;
			break;
		case IFLA_PHYS_SWITCH_ID:
			info.switch_id = 0;

error: patch failed: drivers/net/mlx5/mlx5_nl.c:859
error: drivers/net/mlx5/mlx5_nl.c: patch does not apply
*Repo: dpdk-next-crypto
Checking patch drivers/net/mlx5/mlx5.h...
Checking patch drivers/net/mlx5/mlx5_ethdev.c...
error: while searching for:
mlx5_sysfs_switch_info(unsigned int ifindex, struct mlx5_switch_info *info)
{
	char ifname[IF_NAMESIZE];
	FILE *file;
	DIR *dir;
	struct mlx5_switch_info data = { .master = 0, };

error: patch failed: drivers/net/mlx5/mlx5_ethdev.c:1353
error: drivers/net/mlx5/mlx5_ethdev.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_nl.c...
Hunk #1 succeeded at 842 (offset -7 lines).
error: while searching for:
			num_vf_set = true;
			break;
		case IFLA_PHYS_PORT_NAME:
			errno = 0;
			info.port_name = strtol(payload, &end, 0);
			if (errno ||
			    (size_t)(end - (char *)payload) != strlen(payload))
				goto error;
			port_name_set = true;
			break;
		case IFLA_PHYS_SWITCH_ID:
			info.switch_id = 0;

error: patch failed: drivers/net/mlx5/mlx5_nl.c:859
error: drivers/net/mlx5/mlx5_nl.c: patch does not apply
*Repo: dpdk-next-virtio
Checking patch drivers/net/mlx5/mlx5.h...
Checking patch drivers/net/mlx5/mlx5_ethdev.c...
error: while searching for:
mlx5_sysfs_switch_info(unsigned int ifindex, struct mlx5_switch_info *info)
{
	char ifname[IF_NAMESIZE];
	FILE *file;
	DIR *dir;
	struct mlx5_switch_info data = { .master = 0, };

error: patch failed: drivers/net/mlx5/mlx5_ethdev.c:1353
error: drivers/net/mlx5/mlx5_ethdev.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_nl.c...
Hunk #1 succeeded at 842 (offset -7 lines).
error: while searching for:
			num_vf_set = true;
			break;
		case IFLA_PHYS_PORT_NAME:
			errno = 0;
			info.port_name = strtol(payload, &end, 0);
			if (errno ||
			    (size_t)(end - (char *)payload) != strlen(payload))
				goto error;
			port_name_set = true;
			break;
		case IFLA_PHYS_SWITCH_ID:
			info.switch_id = 0;

error: patch failed: drivers/net/mlx5/mlx5_nl.c:859
error: drivers/net/mlx5/mlx5_nl.c: patch does not apply

DPDK STV team


More information about the test-report mailing list