automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw65356examples/l2fwd-event: fix return value handling from API
@ 2020-02-17 23:05 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2020-02-17 23:05 UTC (permalink / raw)
  To: test-report

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

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

_apply issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: 2020-01-30 08:19:12
Reply_mail: 20200130081912.18642-1-skori@marvell.com
DPDK git baseline:
	Repo:dpdk-next-eventdev, CommitID: be0a5f22be7656a3bb319dbdc93b82f5f77ff483
	Repo:dpdk, CommitID: bc3282125b72ccfe8641f0826955a384f40ca775

*Repo: dpdk-next-eventdev
rte_event_port_default_conf_get(event_d_id, 0, &def_p_conf);

	if (def_p_conf.new_event_threshold < event_p_conf.new_event_threshold)
		event_p_conf.new_event_threshold =

error: patch failed: examples/l2fwd-event/l2fwd_event_generic.c:112
error: examples/l2fwd-event/l2fwd_event_generic.c: patch does not apply
Checking patch examples/l2fwd-event/l2fwd_event_internal_port.c...
error: while searching for:
	if (!evt_rsrc->evp.event_p_id)
		rte_panic("Failed to allocate memory for Event Ports\n");
--
	rte_event_port_default_conf_get(event_d_id, 0, &def_p_conf);
	if (def_p_conf.new_event_threshold < event_p_conf.new_event_threshold)
		event_p_conf.new_event_threshold =
						def_p_conf.new_event_threshold;

error: patch failed: examples/l2fwd-event/l2fwd_event_internal_port.c:109
error: examples/l2fwd-event/l2fwd_event_internal_port.c: patch does not apply
*Repo: dpdk
rte_event_port_default_conf_get(event_d_id, 0, &def_p_conf);

	if (def_p_conf.new_event_threshold < event_p_conf.new_event_threshold)
		event_p_conf.new_event_threshold =

error: patch failed: examples/l2fwd-event/l2fwd_event_generic.c:112
error: examples/l2fwd-event/l2fwd_event_generic.c: patch does not apply
Checking patch examples/l2fwd-event/l2fwd_event_internal_port.c...
error: while searching for:
	if (!evt_rsrc->evp.event_p_id)
		rte_panic("Failed to allocate memory for Event Ports\n");
--
	rte_event_port_default_conf_get(event_d_id, 0, &def_p_conf);
	if (def_p_conf.new_event_threshold < event_p_conf.new_event_threshold)
		event_p_conf.new_event_threshold =
						def_p_conf.new_event_threshold;

error: patch failed: examples/l2fwd-event/l2fwd_event_internal_port.c:109
error: examples/l2fwd-event/l2fwd_event_internal_port.c: patch does not apply

DPDK STV team

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

only message in thread, other threads:[~2020-02-17 23:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-17 23:05 [dpdk-test-report] |FAILURE| pw65356examples/l2fwd-event: fix return value handling from API 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).