[dpdk-test-report] |FAILURE| pw65480l2fwd-event: fix lcore allocation in poll mode

sys_stv at intel.com sys_stv at intel.com
Tue Feb 18 19:35:20 CET 2020


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

_apply issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula at marvell.com>
Date: 2020-02-03 04:46:18
Reply_mail: 20200203044619.3944-1-pbhagavatula at marvell.com
DPDK git baseline:
	Repo:dpdk-next-eventdev, CommitID: be0a5f22be7656a3bb319dbdc93b82f5f77ff483
	Repo:dpdk, CommitID: bc3282125b72ccfe8641f0826955a384f40ca775

*Repo: dpdk-next-eventdev
while (rte_lcore_is_enabled(rx_lcore_id) == 0 ||
		       poll_rsrc->lcore_queue_conf[rx_lcore_id].n_rx_port ==
		       rsrc->rx_queue_per_lcore) {
			rx_lcore_id++;

error: patch failed: examples/l2fwd-event/l2fwd_poll.c:116
error: examples/l2fwd-event/l2fwd_poll.c: patch does not apply
*Repo: dpdk
while (rte_lcore_is_enabled(rx_lcore_id) == 0 ||
		       poll_rsrc->lcore_queue_conf[rx_lcore_id].n_rx_port ==
		       rsrc->rx_queue_per_lcore) {
			rx_lcore_id++;

error: patch failed: examples/l2fwd-event/l2fwd_poll.c:116
error: examples/l2fwd-event/l2fwd_poll.c: patch does not apply

DPDK STV team


More information about the test-report mailing list