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 41B02A0093; Tue, 19 May 2020 18:01:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1D4101D5E1; Tue, 19 May 2020 18:01:22 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 0E03A1D5C9 for ; Tue, 19 May 2020 18:01:21 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 5F61A5C002F; Tue, 19 May 2020 12:01:20 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Tue, 19 May 2020 12:01:20 -0400 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=fm1; bh= ZxX0k+8kyB1fcAId3l/dc13oE4/SdBMRCvkCPVwah2w=; b=Hd9LkXr8pY1JQ332 rCrEKAvV6dzsQjKQoJTz4tUbW9/vIYsWcC82E5JqJMtPdwO038JFOmlXKoeUU/fb smeWCWqfS97pFVHMICz3UaVLzBDz3meTYxi1pt97O2B7lY4uRLdfacsDCGLtx/qH VelZe7EbQONQzh0H1VU63YBSPnVkV4sGXVuG1mOHlonzEx71f/oDaf2DaIowKL6o M9hwJc3pnyuQoeZMKKyuk16tVp5xErt1PK7Q/nYz7aJ2IQUIOEdj+c4eiQL51qcd evVsniEBoCWn7hnThoT8LBnmCoEEur9S7M789qbqAqm4CXDKgH33z7oqn5FoOY2r pXqMog== 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=fm2; bh=ZxX0k+8kyB1fcAId3l/dc13oE4/SdBMRCvkCPVwah 2w=; b=NBctq9WxLokMGYJ1TDokY6PJp3K6LdVNYH3ZXw5LDb38431artrmTXEVM SzAFvYmD7G2qqvD2JsC4+vLcY6QmVaKCm9rcPFM91DJwVzCx2ohWa3fL5apUpY8L puiged2u1+Lu/O00qZV2mJAk1rqnChzuL3++KnUVmRasuVS8yPSsLkEPASmiVzm8 JkgdCSFQTQzE6P17AJbxqRLe7Ovm4lpnYLcl9bMD6djlMOrB2dU58KctyTcRhNB6 Ahfc4sgNrABaG/gLx/UWwpjKkyiXMgCsxU1Jng0z4DEWnt0rWjNPRgpk5qf8xhHa xhvglz8Z86yOE4YSzdvGxS+8f8aKA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedruddtjedgleegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght 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 916BF328005A; Tue, 19 May 2020 12:01:19 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, Bruce Richardson Date: Tue, 19 May 2020 18:01:17 +0200 Message-ID: <1731174.MHSsGVy7CF@thomas> In-Reply-To: <20200511102739.GC1957@bricha3-MOBL.ger.corp.intel.com> References: <20200511102739.GC1957@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] meson: error out on failed kernel module builds 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" 11/05/2020 12:27, Bruce Richardson: > On Mon, May 11, 2020 at 11:25:13AM +0100, Anatoly Burakov wrote: > > Now that kernel modules aren't built by default, we can be more > > strict with their build process, and fail the build if they were > > requested to be built, but weren't. > > > > Signed-off-by: Anatoly Burakov > > --- > I think erroring out is the right thing to do, now that modules need to be > explicitly enabled. > > Acked-by: Bruce Richardson Applied, thanks