Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/65169 _apply issues_ Submitter: Pavan Nikhilesh Bhagavatula Date: 2020-01-28 05:34:55 Reply_mail: 20200128053506.2173-2-pbhagavatula@marvell.com DPDK git baseline: Repo:dpdk, CommitID: 2a115479c6361f9667efaa30ceb0dbdcbd931f48 *Repo: dpdk SRCS-y := main.c l3fwd_lpm.c l3fwd_em.c # Build using pkg-config variables if possible ifeq ($(shell pkg-config --exists libdpdk && echo 0),0) error: patch failed: examples/l3fwd/Makefile:5 error: examples/l3fwd/Makefile: patch does not apply Checking patch examples/l3fwd/l3fwd.h... error: while searching for: #ifndef __L3_FWD_H__ #define __L3_FWD_H__ #include #define DO_RFC_1812_CHECKS error: patch failed: examples/l3fwd/l3fwd.h:5 error: examples/l3fwd/l3fwd.h: patch does not apply Checking patch examples/l3fwd/l3fwd_event.c... error: examples/l3fwd/l3fwd_event.c: already exists in working directory Checking patch examples/l3fwd/l3fwd_event.h... error: examples/l3fwd/l3fwd_event.h: already exists in working directory -- #include #include #include #include error: patch failed: examples/l3fwd/main.c:19 error: examples/l3fwd/main.c: patch does not apply Checking patch examples/l3fwd/meson.build... error: while searching for: # To build this example as a standalone application with an already-installed # DPDK instance, use 'make' -- deps += ['hash', 'lpm'] sources = files( 'l3fwd_em.c', 'l3fwd_lpm.c', 'main.c' ) error: patch failed: examples/l3fwd/meson.build:6 error: examples/l3fwd/meson.build: patch does not apply DPDK STV team