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 D4970A04C7; Thu, 21 Nov 2019 00:47:24 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A60A223D; Thu, 21 Nov 2019 00:47:23 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id DB742A3 for ; Thu, 21 Nov 2019 00:47:21 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6353422302; Wed, 20 Nov 2019 18:47:21 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 20 Nov 2019 18:47:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=HAhJRcyVlAC3GI9ZEfyKRiRIQpynm/2vJdbRK159MhA=; b=RNlynkH27nTQ w1jjH4GUqwM7Fx61zgl1GKmExyzj9idl3Dcy6LzbD1f24nw/eAp09GxEjucQFems LDeeFH40Azi1dap4H2cz5g1C2PbZhkfGU7AjWy31jtRKGKeqHk3ZVfFawFYiCkZu sXbWQ8jUYwbWlVyc2TExd1QeSi0Ruro= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=HAhJRcyVlAC3GI9ZEfyKRiRIQpynm/2vJdbRK159M hA=; b=dNfwV+yaBPORUKo32WL1CijHCzE3zfNSFgq4O5/efo9cVZcReSKxDDtIP jVdZglpibVg7vxYMYY095rSJs150ACoz63Obsjzlzw/Z3AaSbXb1C/8ZYRsHU4wr hLi56kQFwDNZCh4+wOq/IvyH6oPbmQ0Da5el3LmVf+7xeIy9B8mUgHJXWtWKU7b1 rv4DAORugNajrWXmojtc3y2+sBIgrJtcxBURJu5AQ1kXL/TnqD6h711UDXPnTQF2 coBcUr1CCgV+UoTRVvII/9jHGGwgITc6XpAftdF7CD59dmEpizOIAn5dRSlks2UA 5Egj6LWN4wH20eV9KKcicQC5VljkQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudehuddgudefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id A74753060057; Wed, 20 Nov 2019 18:47:19 -0500 (EST) From: Thomas Monjalon To: bruce.richardson@intel.com Cc: dev@dpdk.org, honnappa.nagarahalli@arm.com, jerinj@marvell.com, hemant.agrawal@nxp.com, David Marchand Date: Thu, 21 Nov 2019 00:47:18 +0100 Message-ID: <1949282.HhDP2dcKvQ@xps> In-Reply-To: <20191120234222.23540-1-thomas@monjalon.net> References: <20191120234222.23540-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] devtools: reduce list of Arm builds tested with meson 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" 21/11/2019 00:42, Thomas Monjalon: > The list of Arm configs is growing: > config/arm/arm64_armada_linux_gcc > config/arm/arm64_armv8_linux_gcc > config/arm/arm64_bluefield_linux_gcc > config/arm/arm64_dpaa_linux_gcc > config/arm/arm64_emag_linux_gcc > config/arm/arm64_n1sdp_linux_gcc > config/arm/arm64_octeontx2_linux_gcc > config/arm/arm64_thunderx2_linux_gcc > config/arm/arm64_thunderx_linux_gcc > > In order to keep testing time reasonable, > and also because n1sdp is merged without a related fix in tests, > the list of configs is reduced in the script test-meson-builds.sh. > > The list of tested Arm builds becomes: > build-arm64-host-clang (armv8a) > build-arm64-bluefield > build-arm64-dpaa > build-arm64-octeontx2 > > Signed-off-by: Thomas Monjalon > Acked-by: David Marchand It is keeping one target per vendor (Arm, Marvell, Mellanox, NXP). I hope it is enough. When rebuilding all, we had 10 Arm targets (including the host-clang), it is really too much in my opinion. It cuts from 10 to 4. And first benefit is to skip n1sdp which we should fix properly in -rc4. Applied quickly before closing -rc3.