automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report]  |FAILURE| pw61907[v2, 3/6] examples/l3fwd-vf: remove example from DPDK
Date: 25 Oct 2019 10:43:16 -0700	[thread overview]
Message-ID: <ee68f5$8d7rf3@orsmga001.jf.intel.com> (raw)

[-- 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

                 reply	other threads:[~2019-10-25 17:43 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='ee68f5$8d7rf3@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).