automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report]  |FAILURE| pw61907[v2, 3/6] examples/l3fwd-vf: remove example from DPDK
@ 2019-10-25 17:43 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2019-10-25 17:43 UTC (permalink / raw)
  To: test-report

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

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

_apply issues_

Submitter: Ciara Power <ciara.power@intel.com>
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

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

only message in thread, other threads:[~2019-10-25 17:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-25 17:43 [dpdk-test-report] |FAILURE| pw61907[v2, 3/6] examples/l3fwd-vf: remove example from DPDK 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).