Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/61907 _apply issues_ Submitter: Ciara Power Date: 2019-10-24 13:31:42 Reply_mail: 20191024133145.12246-4-ciara.power@intel.com DPDK git baseline: Repo:dpdk, CommitID: 5d92c4e592c43166e23501fddee5ee0dc910cd6f *Repo: dpdk ret = parse_args(argc, argv); if (ret < 0) rte_exit(EXIT_FAILURE, "Invalid L3FWD-VF parameters\n"); if (check_lcore_params() < 0) rte_exit(EXIT_FAILURE, "check_lcore_params failed\n"); ret = init_lcore_rx_queues(); if (ret < 0) rte_exit(EXIT_FAILURE, "init_lcore_rx_queues failed\n"); nb_ports = rte_eth_dev_count_avail(); if (check_port_config() < 0) rte_exit(EXIT_FAILURE, "check_port_config failed\n"); nb_lcores = rte_lcore_count(); /* initialize all ports */ RTE_ETH_FOREACH_DEV(portid) { -- print_ethaddr(" Address:", &ports_eth_addr[portid]); printf(", "); ret = init_mem(NB_MBUF); if (ret < 0) rte_exit(EXIT_FAILURE, "init_mem failed\n"); /* init one TX queue */ socketid = (uint8_t)rte_lcore_to_socket_id(rte_get_master_lcore()); printf("txq=%d,%d,%d ", portid, 0, socketid); -- } return 0; } error: patch failed: examples/l3fwd-vf/main.c:1 error: examples/l3fwd-vf/main.c: patch does not apply Checking patch examples/l3fwd-vf/meson.build... Checking patch examples/meson.build... DPDK STV team