From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C9EE7A034F; Thu, 25 Feb 2021 20:50:49 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AE8281608CB; Thu, 25 Feb 2021 20:50:49 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mails.dpdk.org (Postfix) with ESMTP id DE3E11608A2 for ; Thu, 25 Feb 2021 20:50:48 +0100 (CET) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 2285B5C00E6; Thu, 25 Feb 2021 14:50:48 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Thu, 25 Feb 2021 14:50:48 -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=fm3; bh= U4xuwrZ3MGncO37B4Gz8KU9ZxmzfMO9RAhlFUhQfn1A=; b=JxxMVNCAxyyBtjM9 Lkl6kjBp8q58UQqtcmrGtkrIiDLHK1DK0O7DMdUCDT1RcaoczbaXqixfzqiTWcTe 1pJkQqWPMflTHyrYQ5MMUqsC+MH6cU/rsEuNLjF/qgeLIr04i/KBjNKMUicngDkL CPliPeLkOblYGRYlMnQockkD2BxeCYxUAAgf4eiyPsDnM03K7zN8rjkITOp4eDxW 1/FK6B+hARQhVSpFxaH/driOAVdnstCXmv10QDCUxUdIkHP6wUkswOoO7pRSEZVx eRsJ2fJSJOBjOt4dAiU+VytYAn7J84ngw2BFUUCgMdUV0P3lYzg9LqOyqEhfVgF0 VAE9Qw== 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=U4xuwrZ3MGncO37B4Gz8KU9ZxmzfMO9RAhlFUhQfn 1A=; b=bZj5IRIWXxhXPXaFVhaMvRJtVbX/cpMWSff9icirTct4BQprgUUhErQaB 6jh8pd29j0nnHJpdPat0sB+wlczOLAFEhDNxYa+r+lI3CUT61S7tOUwbVUqj2Lbz liMW8pha5p4flU+PXF2cWFmowO8syMptH5FiwHGMJJORiKheXrpY5Bn3T1aSu65G 3Fd6mbw2jTdJJmFjVw97y+UbejspctnX6OzLfTkSs3a7sErjTxxYEULaGuox5taF wvjeiQay2hhYBVdb21bgaj74ifa28lRnKhsTHCf9wEhSt/uz12N3a3Ot3RTOyqmY VoeIiXVMTKyIrVyMd3Y4GixJMTjOg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrkeelgddufeefucetufdoteggodetrfdotf 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 561D81080057; Thu, 25 Feb 2021 14:50:47 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, david.marchand@redhat.com Date: Thu, 25 Feb 2021 20:50:44 +0100 Message-ID: <3172650.5PZjKc54ai@thomas> In-Reply-To: <20210225152903.148347-1-bruce.richardson@intel.com> References: <20210225152903.148347-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/3] Add developer mode to DPDK build X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" 25/02/2021 16:29, Bruce Richardson: > To allow more flexibility in enabling additional build checks to DPDK build > process, we can add a developer mode option to the build. With this option > enabled, extra checks of interest to DPDK developers rather than users can be > done on the code, without having to worry about possible user impacts. The new > option can be manually enabled or disabled by using meson configure, but by > default is set to "auto" which means it is enabled if building from a git repo. > > Once the developer mode is added in the first patch, the other patches of this > series turn off a number of previous features for non-developer builds, since > those features would only be of interest to DPDK devs. > > Bruce Richardson (3): > build: enable a developer mode setting > build: hide debug messages in non-developer mode > build: limit symbol checks to developer mode Thanks for the quick patches. I like the idea.