automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw67455[v2] examples/vhost: add vhostpmd support
@ 2020-03-31  9:33 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2020-03-31  9:33 UTC (permalink / raw)
  To: test-report

[-- Attachment #1: Type: text/plain, Size: 1457 bytes --]

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

_apply issues_

Submitter: Sivaprasad Tummala <Sivaprasad.Tummala@intel.com>
Date: 2020-03-31 07:38:11
Reply_mail: 20200331073811.54307-1-Sivaprasad.Tummala@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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-31  9:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-31  9:33 [dpdk-test-report] |FAILURE| pw67455[v2] examples/vhost: add vhostpmd support sys_stv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).