[dpdk-stable] patch 'examples/vdpa: remove trace of legacy linuxapp' has been queued to LTS release 18.11.3
Kevin Traynor
ktraynor at redhat.com
Mon Jun 24 17:25:18 CEST 2019
Hi,
FYI, your patch has been queued to LTS release 18.11.3
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 06/27/19. 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/kevintraynor/dpdk-stable-queue
This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable-queue/commit/6fc0f6ec7b6bb2738964e81c6420328c998d039d
Thanks.
Kevin Traynor
---
>From 6fc0f6ec7b6bb2738964e81c6420328c998d039d Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Mon, 17 Jun 2019 09:54:42 +0200
Subject: [PATCH] examples/vdpa: remove trace of legacy linuxapp
[ upstream commit 0e34bced7829dc9cb74e0af81f3f12058380b352 ]
This check on Linux environment has been added at a time when we already
had switched to using the boolean RTE_EXEC_ENV_LINUXAPP.
It was then missed when converting to RTE_EXEC_ENV_LINUX.
Fixes: edbed86d1cc3 ("examples/vdpa: introduce a new sample for vDPA")
Fixes: 742bde12f3bd ("build/linux: rename macro from LINUXAPP to LINUX")
Signed-off-by: David Marchand <david.marchand at redhat.com>
Reviewed-by: Tiwei Bie <tiwei.bie at intel.com>
Reviewed-by: Xiaolong Ye <xiaolong.ye at intel.com>
---
examples/vdpa/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/vdpa/Makefile b/examples/vdpa/Makefile
index 42672a2bc..d3321ef94 100644
--- a/examples/vdpa/Makefile
+++ b/examples/vdpa/Makefile
@@ -11,5 +11,5 @@ RTE_TARGET ?= x86_64-native-linuxapp-gcc
include $(RTE_SDK)/mk/rte.vars.mk
-ifneq ($(CONFIG_RTE_EXEC_ENV),"linuxapp")
+ifneq ($(CONFIG_RTE_EXEC_ENV_LINUXAPP),y)
$(info This application can only operate in a linuxapp environment, \
please change the definition of the RTE_TARGET environment variable)
--
2.20.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2019-06-24 16:18:57.860032820 +0100
+++ 0054-examples-vdpa-remove-trace-of-legacy-linuxapp.patch 2019-06-24 16:18:55.125429005 +0100
@@ -1 +1 @@
-From 0e34bced7829dc9cb74e0af81f3f12058380b352 Mon Sep 17 00:00:00 2001
+From 6fc0f6ec7b6bb2738964e81c6420328c998d039d Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 0e34bced7829dc9cb74e0af81f3f12058380b352 ]
+
@@ -12 +13,0 @@
-Cc: stable at dpdk.org
@@ -22 +23 @@
-index 9d16d8eb5..ab2bbdf76 100644
+index 42672a2bc..d3321ef94 100644
@@ -25 +26 @@
-@@ -11,5 +11,5 @@ RTE_TARGET ?= $(notdir $(abspath $(dir $(firstword $(wildcard $(RTE_SDK)/*/.conf
+@@ -11,5 +11,5 @@ RTE_TARGET ?= x86_64-native-linuxapp-gcc
@@ -29,2 +30,2 @@
-+ifneq ($(CONFIG_RTE_EXEC_ENV_LINUX),y)
- $(info This application can only operate in a linux environment, \
++ifneq ($(CONFIG_RTE_EXEC_ENV_LINUXAPP),y)
+ $(info This application can only operate in a linuxapp environment, \
More information about the stable
mailing list