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 0632BA09D3; Thu, 12 Nov 2020 17:42:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7EDBE592B; Thu, 12 Nov 2020 17:42:46 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 8C251569B for ; Thu, 12 Nov 2020 17:42:43 +0100 (CET) IronPort-SDR: iTj7iJqBcJdANOpsnpNJigOjBtpWMPZLEK/vFhJsw81XGDROJz6ELveUc+bLnZI4mKMFXt1Bt6 aSYOSTp45Nmw== X-IronPort-AV: E=McAfee;i="6000,8403,9803"; a="188340851" X-IronPort-AV: E=Sophos;i="5.77,472,1596524400"; d="scan'208";a="188340851" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Nov 2020 08:42:29 -0800 IronPort-SDR: /EG6sMZMswSF1pw5ZgUlOrz269lBijvmQcBakinAcSkwTlzYUhWhwvxROHbmmveNWbgApC93Gv 4/097PzJREwg== X-IronPort-AV: E=Sophos;i="5.77,472,1596524400"; d="scan'208";a="542323037" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.3.153]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 12 Nov 2020 08:42:27 -0800 Date: Thu, 12 Nov 2020 16:42:24 +0000 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, david.marchand@redhat.com Message-ID: <20201112164224.GD1322@bricha3-MOBL.ger.corp.intel.com> References: <20201112163901.1728959-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201112163901.1728959-1-thomas@monjalon.net> Subject: Re: [dpdk-dev] [PATCH 1/1] devtools: rename build test verbosity variables 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" On Thu, Nov 12, 2020 at 05:39:01PM +0100, Thomas Monjalon wrote: > For consistency with other variables which can be set from the env, > TEST_MESON_BUILD_VERBOSE and TEST_MESON_BUILD_VERY_VERBOSE > are renamed > DPDK_BUILD_TEST_VERBOSE and DPDK_BUILD_TEST_VERY_VERBOSE. > > The handling of the verbosity level is also moved upper in the script, > closer to other initializations. > > Signed-off-by: Thomas Monjalon > --- No objection to increased consistency. Acked-by: Bruce Richardson