Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/67455 _apply issues_ Submitter: Sivaprasad Tummala 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