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 2592CA04F1; Thu, 18 Jun 2020 12:04:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D1D251BEC7; Thu, 18 Jun 2020 12:04:56 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 386481BEC4 for ; Thu, 18 Jun 2020 12:04:55 +0200 (CEST) IronPort-SDR: yZ183RHQOotWJKlQFmdHtKCFg/206jAFaWIXJYB659yegNBJHfxzrS4HR4A68G2LEsL+HdYybM tUSfexoTI/AQ== X-IronPort-AV: E=McAfee;i="6000,8403,9655"; a="142461232" X-IronPort-AV: E=Sophos;i="5.73,526,1583222400"; d="scan'208";a="142461232" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jun 2020 03:04:51 -0700 IronPort-SDR: NhyAMLXpe3aOOu2hTWpdjjC2JUQUQpLQ724n9rhv6tyDefgkmOxKv22Tfw8OnJLNFo/HcPcgqr sMOiN81loinA== X-IronPort-AV: E=Sophos;i="5.73,526,1583222400"; d="scan'208";a="450586977" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.14.154]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 18 Jun 2020 03:04:50 -0700 Date: Thu, 18 Jun 2020 11:04:47 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, david.marchand@redhat.com Message-ID: <20200618100447.GC578@bricha3-MOBL.ger.corp.intel.com> References: <20200618004218.3730743-1-thomas@monjalon.net> <20200618004218.3730743-5-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200618004218.3730743-5-thomas@monjalon.net> Subject: Re: [dpdk-dev] [PATCH 4/4] mk: add a paused deprecation warning before each build 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, Jun 18, 2020 at 02:42:18AM +0200, Thomas Monjalon wrote: > DPDK 20.05 had some deprecation notes after "make config" > and after the build. > For DPDK 20.08, the config note is replaced with a warning > before the config and before the build. > After the warning, there is a pause which can be skipped > with the variable MAKE_PAUSE. > > This deprecation process was discussed in the Technical Board: > http://mails.dpdk.org/archives/dev/2020-April/162839.html > > Signed-off-by: Thomas Monjalon > --- Acked-by: Bruce Richardson