Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/65170 _apply issues_ Submitter: Pavan Nikhilesh Bhagavatula Date: 2020-01-28 05:34:56 Reply_mail: 20200128053506.2173-3-pbhagavatula@marvell.com DPDK git baseline: Repo:dpdk, CommitID: 2a115479c6361f9667efaa30ceb0dbdcbd931f48 *Repo: dpdk SRCS-y := main.c l3fwd_lpm.c l3fwd_em.c l3fwd_event.c # Build using pkg-config variables if possible ifeq ($(shell pkg-config --exists libdpdk && echo 0),0) error: patch failed: examples/l3fwd/Makefile:6 error: examples/l3fwd/Makefile: patch does not apply Checking patch examples/l3fwd/l3fwd_event.c... error: while searching for: return NULL; } void l3fwd_event_resource_setup(void) { error: patch failed: examples/l3fwd/l3fwd_event.c:30 error: examples/l3fwd/l3fwd_event.c: patch does not apply Checking patch examples/l3fwd/l3fwd_event.h... error: while searching for: #include -- struct l3fwd_event_resources *l3fwd_get_eventdev_rsrc(void); void l3fwd_event_resource_setup(void); #endif /* __L3FWD_EVENTDEV_H__ */ 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: examples/l3fwd/l3fwd_event_generic.c: already exists in working directory Checking patch examples/l3fwd/l3fwd_event_internal_port.c... error: examples/l3fwd/l3fwd_event_internal_port.c: already exists in working directory -- deps += ['hash', 'lpm', 'eventdev'] sources = files( 'l3fwd_em.c', 'l3fwd_lpm.c', 'l3fwd_event.c', 'main.c' ) error: patch failed: examples/l3fwd/meson.build:8 error: examples/l3fwd/meson.build: patch does not apply DPDK STV team