Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/65174 _apply issues_ Submitter: Pavan Nikhilesh Bhagavatula Date: 2020-01-28 05:35:00 Reply_mail: 20200128053506.2173-7-pbhagavatula@marvell.com DPDK git baseline: Repo:dpdk, CommitID: 2a115479c6361f9667efaa30ceb0dbdcbd931f48 *Repo: dpdk /* Event port configuration */ evt_rsrc->ops.event_port_setup(); } error: patch failed: examples/l3fwd/l3fwd_event.c:233 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 error: patch failed: examples/l3fwd/l3fwd_event.h:7 error: examples/l3fwd/l3fwd_event.h: patch does not apply Checking patch examples/l3fwd/l3fwd_event_generic.c... error: while searching for: evt_rsrc->evq.event_q_id[event_q_id] = event_q_id; } -- ops->event_device_setup = l3fwd_event_device_setup_generic; ops->event_queue_setup = l3fwd_event_queue_setup_generic; ops->event_port_setup = l3fwd_event_port_setup_generic; } error: patch failed: examples/l3fwd/l3fwd_event_generic.c:182 error: examples/l3fwd/l3fwd_event_generic.c: patch does not apply Checking patch examples/l3fwd/l3fwd_event_internal_port.c... error: while searching for: } } -- ops->event_device_setup = l3fwd_event_device_setup_internal_port; ops->event_queue_setup = l3fwd_event_queue_setup_internal_port; ops->event_port_setup = l3fwd_event_port_setup_internal_port; } error: patch failed: examples/l3fwd/l3fwd_event_internal_port.c:177 error: examples/l3fwd/l3fwd_event_internal_port.c: patch does not apply DPDK STV team