From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report] |FAILURE| pw67455[v2] examples/vhost: add vhostpmd support
Date: 31 Mar 2020 02:33:01 -0700 [thread overview]
Message-ID: <fecc85$9oqm49@orsmga001.jf.intel.com> (raw)
[-- 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
reply other threads:[~2020-03-31 9:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='fecc85$9oqm49@orsmga001.jf.intel.com' \
--to=sys_stv@intel.com \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).