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 A0351A04C0; Mon, 28 Sep 2020 10:41:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 77A5C1B733; Mon, 28 Sep 2020 10:41:11 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id BB0791B711; Mon, 28 Sep 2020 10:41:08 +0200 (CEST) IronPort-SDR: iTIbOn8FmYMOXUCrYDkNVEAchhVwQNopRGqaMxvxR/QysqG2lUuHljgR6skO/9fU8U3OT7KjNb 0WQuYaTfWdag== X-IronPort-AV: E=McAfee;i="6000,8403,9757"; a="159342298" X-IronPort-AV: E=Sophos;i="5.77,313,1596524400"; d="scan'208";a="159342298" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Sep 2020 01:41:07 -0700 IronPort-SDR: yZPtosZbNtjcJcox9soSzr5ZHx/2rdZGJqIRl1TYipG1f1lId5VpwombvGXnSulIzFKeNFv0O6 mow62xGFXrCQ== X-IronPort-AV: E=Sophos;i="5.77,313,1596524400"; d="scan'208";a="488489166" Received: from unknown (HELO bricha3-MOBL.ger.corp.intel.com) ([10.213.192.54]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 28 Sep 2020 01:41:05 -0700 Date: Mon, 28 Sep 2020 09:41:01 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, techboard@dpdk.org, david.marchand@redhat.com, Ray Kinsella , Neil Horman Message-ID: <20200928084101.GA951@bricha3-MOBL.ger.corp.intel.com> References: <20200624093627.2603992-1-thomas@monjalon.net> <20200928000049.3245920-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200928000049.3245920-1-thomas@monjalon.net> Subject: Re: [dpdk-dev] [PATCH v2] eal: simplify exit functions 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 Mon, Sep 28, 2020 at 02:00:48AM +0200, Thomas Monjalon wrote: > The option RTE_EAL_ALWAYS_PANIC_ON_ERROR was off by default, > and not customizable with meson. It is completely removed. > > The function rte_dump_registers is a trace of the bare metal support > era, and was not supported in userland. It is completely removed. > > Signed-off-by: Thomas Monjalon > Acked-by: Ray Kinsella > --- > The deprecation notice for this removal has been missed. > I assume it would not hurt anybody to remove this useless function > from DPDK 20.11. Asking the Technical Board for confirmation. > --- Acked-by: Bruce Richardson