Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/65171 _apply issues_ Submitter: Pavan Nikhilesh Bhagavatula Date: 2020-01-28 05:34:57 Reply_mail: 20200128053506.2173-4-pbhagavatula@marvell.com DPDK git baseline: Repo:dpdk, CommitID: 2a115479c6361f9667efaa30ceb0dbdcbd931f48 *Repo: dpdk /* Setup eventdev capability callbacks */ l3fwd_event_capability_setup(); } error: patch failed: examples/l3fwd/l3fwd_event.c:68 error: examples/l3fwd/l3fwd_event.c: patch does not apply Checking patch examples/l3fwd/l3fwd_event.h... error: while searching for: #include #include #include #include #include "l3fwd.h" error: patch failed: examples/l3fwd/l3fwd_event.h:8 error: examples/l3fwd/l3fwd_event.h: patch does not apply Checking patch examples/l3fwd/l3fwd_event_generic.c... error: while searching for: #include "l3fwd.h" #include "l3fwd_event.h" -- l3fwd_event_set_generic_ops(struct l3fwd_event_setup_ops *ops) { RTE_SET_USED(ops); } error: patch failed: examples/l3fwd/l3fwd_event_generic.c:7 error: examples/l3fwd/l3fwd_event_generic.c: patch does not apply Checking patch examples/l3fwd/l3fwd_event_internal_port.c... error: while searching for: #include "l3fwd.h" #include "l3fwd_event.h" -- l3fwd_event_set_internal_port_ops(struct l3fwd_event_setup_ops *ops) { RTE_SET_USED(ops); } error: patch failed: examples/l3fwd/l3fwd_event_internal_port.c:7 error: examples/l3fwd/l3fwd_event_internal_port.c: patch does not apply DPDK STV team