From patchwork Tue Feb 11 23:57:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 65742 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id AF2A9A0530; Wed, 12 Feb 2020 00:57:31 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E7F3D2986; Wed, 12 Feb 2020 00:57:30 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 5FD68293C for ; Wed, 12 Feb 2020 00:57:30 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 99E8A21DC7; Tue, 11 Feb 2020 18:57:29 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 11 Feb 2020 18:57:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:subject:date:message-id:mime-version :content-transfer-encoding; s=mesmtp; bh=kE/g8xdrDW5d8x58T4pYGW/ vLVTpAKPfsVgczyNxlOc=; b=bz4zzBxRyI/qV5Td1t6vqpQ4VfHgiXgVsPcw3Ef L2KxEkm0pa72iP/jhEtn5jf5fLCzbDf/Nqm7MGI1G6Fvh37WP8kE3xHW0WMhUier 72PSMEmMvGTfXw8lofwbFU53Rb+74gpSPyQ8NLsZEVMYaPkf9QsPagToXtm8x//E oois= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=kE/g8xdrDW5d8x58T 4pYGW/vLVTpAKPfsVgczyNxlOc=; b=vDmMxtxI6nc3wCHH262Rnp1Rw7twtk+6n ZLmY9uNISwujEo2b/Tr45ANujEqhG3oLITHbJ3y5JG0jp6A88+1AKooiU4oIsHIS 17tHqu4+2RdIXp2SzbVayerkqVNmDOxuBzVFW7tT4FHfmPkeJi+2XIpYu/gpXmHq dh+tyzLp6yC0aSGEQyfd6YQMlwcdnffzVHps3+cMl7HzONd6xawZA/+K4TycKZwW q3610uGGTpWCd+ol6opEiFpKqo5e1okjrpBl8MC/xiWFQS/r4o1MpOLo0Nx3L90v BXm599boUyaoEMaddiqp3S+OwaJW8U5ZAyCpTa99/rCZwdpSK0zHA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrieeggddutdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffoggfgsedtkeertdertd dtnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehmohhn jhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhush htvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhho nhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 61D9E3060986 for ; Tue, 11 Feb 2020 18:57:28 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Date: Wed, 12 Feb 2020 00:57:22 +0100 Message-Id: <20200211235724.2970097-1-thomas@monjalon.net> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 0/2] cleanup makefile config and testing X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Thomas Monjalon (2): config: deduplicate options devtools: enable more config options in build test config/common_armv8a_linux | 2 -- config/common_linux | 6 ------ config/defconfig_arm-armv7a-linuxapp-gcc | 9 --------- config/defconfig_arm64-octeontx2-linuxapp-gcc | 4 ---- config/defconfig_arm64-stingray-linuxapp-gcc | 2 -- config/defconfig_arm64-thunderx-linuxapp-gcc | 1 - devtools/test-build.sh | 12 +++++++++++- 7 files changed, 11 insertions(+), 25 deletions(-)