From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 87B33A0527 for ; Mon, 9 Nov 2020 19:41:46 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 79B1669A4; Mon, 9 Nov 2020 19:41:45 +0100 (CET) Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com [209.85.221.43]) by dpdk.org (Postfix) with ESMTP id 37FBE6883 for ; Mon, 9 Nov 2020 19:41:43 +0100 (CET) Received: by mail-wr1-f43.google.com with SMTP id d12so8351342wrr.13 for ; Mon, 09 Nov 2020 10:41:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=RGQXxCR8/xIXCt0g9O4HvXMoUz0fLX+8udvmyXYoq5w=; b=phcS44QwaVT4j2ynO3WFqiH8HbGd60LiSWsoKIsiDEMqiwqOyRP5zyXe5E8EcGSxqh nsfJmL8pe5BZJMgvOAxCh6lJGI4wq9YNLXAaIhXePvtfS24IdzqGwtaPqasOmoxAEhwg 8DGfZK1GFglj40+P43et3xcSIaErY+SnrSev91uISXXtuRoxElikCI23xjoprQxeqEL9 vf/BsHagaQS0n/xHjXeZOBxQL2eP0Vvu453WfpEhB1ypRjATb8m4gAqA4Q3OswCtNsqO ZxgZuzz/4VMowePt00gaiF2ZofT2ze5H8XCm5owh2PXSTARDm2ETKJkjkdGzGgk/Ft7W mYWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=RGQXxCR8/xIXCt0g9O4HvXMoUz0fLX+8udvmyXYoq5w=; b=ZuFkN8psuxC37fmJ1anXYymRs5Wj3tzCb93bwuzeA9vpu4mHuBrxyL6vte2WN5VOUm jCaKa5M0tcS6QI/6Mo15/7dQ7PRmoa7MrABhm+gFYFyLjlnp/bSrqOp+sfIC+fNbZZdO AkCSFWcFz2YNVfwERj0zDzAVpPdkeiVaSCTr3KZFL/f9ZSuNZlYnPYqKigePmjoeQt3w fixrUhwOydnD3hzuhtbWnb9kbe9rdlfsgwl0zufVzqFRx8zngnr+MZj0ozh76ekEkNUZ VGWSPrRJrWIyI0dFVILXcvFN7m4NVAeAwwBIRuVv0/79WP8gFybQp+wpzDeZ+PjlSmdT IrnQ== X-Gm-Message-State: AOAM530dYKQP5ksV1vpo2fnTFf6m/e2/fZMsk+ecIzt73gPjV51ERUrl T32BVP8LXpSlTuuFOlYrFB3ipB3JLqUfPA== X-Google-Smtp-Source: ABdhPJzKxkaFIkOUs16N4DSxK5IGUp2S5W9QZudxrL00sQycabdS61mIFXaMQiFwlKjMlfE1S4vaIQ== X-Received: by 2002:adf:e40e:: with SMTP id g14mr18133929wrm.285.1604947303009; Mon, 09 Nov 2020 10:41:43 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id 34sm16134902wrq.27.2020.11.09.10.41.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Nov 2020 10:41:42 -0800 (PST) From: luca.boccassi@gmail.com To: Cristian Dumitrescu Cc: dpdk stable Date: Mon, 9 Nov 2020 18:39:55 +0000 Message-Id: <20201109184111.3463090-7-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20201109184111.3463090-1-luca.boccassi@gmail.com> References: <20201028104606.3504127-207-luca.boccassi@gmail.com> <20201109184111.3463090-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'examples/ip_pipeline: fix external build' has been queued to stable release 19.11.6 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 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 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 --- 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)