[dpdk-stable] patch 'examples/ip_pipeline: fix external build' has been queued to stable release 19.11.6
luca.boccassi at gmail.com
luca.boccassi at gmail.com
Mon Nov 9 19:39:55 CET 2020
Hi,
FYI, your patch has been queued to stable release 19.11.6
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/11/20. So please
shout if anyone has objections.
Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.
Queued patches are on a temporary branch at:
https://github.com/bluca/dpdk-stable
This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/0bce7670df87a2887d075470176fb4a53b203f92
Thanks.
Luca Boccassi
---
>From 0bce7670df87a2887d075470176fb4a53b203f92 Mon Sep 17 00:00:00 2001
From: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
Date: Mon, 26 Oct 2020 21:57:55 +0000
Subject: [PATCH] examples/ip_pipeline: fix external build
[ upstream commit 570e681079e8d7ca65fb2949189ccbff1eb9e418 ]
Fix build with external makefile.
Fixes: fbc74e66334f ("examples/ip_pipeline: remove infra code")
Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
---
examples/ip_pipeline/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/ip_pipeline/Makefile b/examples/ip_pipeline/Makefile
index 1116bb6c18..b8e086267b 100644
--- a/examples/ip_pipeline/Makefile
+++ b/examples/ip_pipeline/Makefile
@@ -37,7 +37,7 @@ CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk)
LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk)
LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
-CFLAGS += -I.
+CFLAGS += -I. -DALLOW_EXPERIMENTAL_API -D_GNU_SOURCE
OBJS := $(patsubst %.c,build/%.o,$(SRCS-y))
--
2.27.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2020-11-09 18:40:11.501417046 +0000
+++ 0007-examples-ip_pipeline-fix-external-build.patch 2020-11-09 18:40:11.071310349 +0000
@@ -1 +1 @@
-From 570e681079e8d7ca65fb2949189ccbff1eb9e418 Mon Sep 17 00:00:00 2001
+From 0bce7670df87a2887d075470176fb4a53b203f92 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 570e681079e8d7ca65fb2949189ccbff1eb9e418 ]
+
@@ -16 +18 @@
-index d25e39a464..4b391973cb 100644
+index 1116bb6c18..b8e086267b 100644
@@ -19 +21 @@
-@@ -39,7 +39,7 @@ CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk)
+@@ -37,7 +37,7 @@ CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk)
More information about the stable
mailing list