[dpdk-test-report] |FAILURE| pw67455[v2] examples/vhost: add vhostpmd support

sys_stv at intel.com sys_stv at intel.com
Tue Mar 31 11:33:01 CEST 2020


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

_apply issues_

Submitter: Sivaprasad Tummala <Sivaprasad.Tummala at intel.com>
Date: 2020-03-31 07:38:11
Reply_mail: 20200331073811.54307-1-Sivaprasad.Tummala at intel.com
DPDK git baseline:
	Repo:dpdk-next-virtio, CommitID: 545cd4f422ecc60e0470d0576deb29291f0ff9b9
	Repo:dpdk, CommitID: 759a6a221e8c31c3b7193cbd104753eaad01b89d

*Repo: dpdk-next-virtio
snprintf(drv_name, RTE_ETH_NAME_MAX_LEN,
						"net_vhost%d", socket_num);
		ret = rte_eth_dev_get_port_by_name(drv_name, &port_id);
		if (ret != 0)
			rte_exit(EXIT_FAILURE,
				"vhost device port id get failed.\n");

		TAILQ_FOREACH(vdev, &vhost_dev_list, global_vdev_entry) {
			if (vdev->eth_dev_id == port_id) {
				vdev->remove = 1;
				break;
--
				socket_files + socket_num * PATH_MAX);
	}
}


error: patch failed: examples/vhost/main.c:228
error: examples/vhost/main.c: patch does not apply
*Repo: dpdk
snprintf(drv_name, RTE_ETH_NAME_MAX_LEN,
						"net_vhost%d", socket_num);
		ret = rte_eth_dev_get_port_by_name(drv_name, &port_id);
		if (ret != 0)
			rte_exit(EXIT_FAILURE,
				"vhost device port id get failed.\n");

		TAILQ_FOREACH(vdev, &vhost_dev_list, global_vdev_entry) {
			if (vdev->eth_dev_id == port_id) {
				vdev->remove = 1;
				break;
--
				socket_files + socket_num * PATH_MAX);
	}
}


error: patch failed: examples/vhost/main.c:228
error: examples/vhost/main.c: patch does not apply

DPDK STV team


More information about the test-report mailing list