From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by dpdk.org (Postfix) with ESMTP id 517CD5B40 for ; Mon, 30 Jul 2018 18:21:46 +0200 (CEST) Received: from 1.general.paelzer.uk.vpn ([10.172.196.172] helo=lap.fritz.box) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1fkArx-00009D-3D; Mon, 30 Jul 2018 16:18:01 +0000 From: Christian Ehrhardt To: Pablo de Lara Cc: Alejandro Lucero , dpdk stable Date: Mon, 30 Jul 2018 18:12:59 +0200 Message-Id: <20180730161342.16566-134-christian.ehrhardt@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180730161342.16566-1-christian.ehrhardt@canonical.com> References: <20180730161342.16566-1-christian.ehrhardt@canonical.com> Subject: [dpdk-stable] patch 'devtools: remove already enabled nfp from build test' has been queued to stable release 18.05.1 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: , X-List-Received-Date: Mon, 30 Jul 2018 16:21:46 -0000 Hi, FYI, your patch has been queued to stable release 18.05.1 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 08/01/18. So please shout if anyone has objections. Thanks. Christian Ehrhardt --- >>From 19b9bd3054934fdb8045553cb4ca72181bba3361 Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Thu, 19 Jul 2018 04:03:31 +0100 Subject: [PATCH] devtools: remove already enabled nfp from build test [ upstream commit 62d58259e5d7bc195e842ca761e1a87c6db34031 ] NFP PMD does not have any external dependency. It only requires Linux OS, so it is not needed to be enabled in the test-build script. Fixes: 80987c40fd28 ("config: enable nfp driver on Linux") Signed-off-by: Pablo de Lara Acked-by: Alejandro Lucero --- devtools/test-build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/devtools/test-build.sh b/devtools/test-build.sh index 3ea82bb46..f6db99fb0 100755 --- a/devtools/test-build.sh +++ b/devtools/test-build.sh @@ -153,7 +153,6 @@ config () # sed -ri 's,(PMD_SZEDATA2=)n,\1y,' $1/.config test "$DPDK_DEP_ZLIB" != y || \ sed -ri 's,(BNX2X_PMD=)n,\1y,' $1/.config - sed -ri 's,(NFP_PMD=)n,\1y,' $1/.config test "$DPDK_DEP_PCAP" != y || \ sed -ri 's,(PCAP=)n,\1y,' $1/.config test -z "$ARMV8_CRYPTO_LIB_PATH" || \ -- 2.17.1