From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 30F8C14E8 for ; Thu, 23 Mar 2017 14:47:34 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP; 23 Mar 2017 06:47:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,210,1486454400"; d="scan'208";a="239533091" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.140]) by fmsmga004.fm.intel.com with SMTP; 23 Mar 2017 06:47:31 -0700 Received: by (sSMTP sendmail emulation); Thu, 23 Mar 2017 13:47:31 +0000 Date: Thu, 23 Mar 2017 13:47:31 +0000 From: Bruce Richardson To: Aaron Conole Cc: dev@dpdk.org, Thomas Monjalon , Stephen Hemminger Message-ID: <20170323134730.GA8688@bricha3-MOBL3.ger.corp.intel.com> References: <20170322201940.24028-1-aconole@redhat.com> <20170322201940.24028-3-aconole@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170322201940.24028-3-aconole@redhat.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.0 (2017-02-23) Subject: Re: [dpdk-dev] [PATCH v7 02/14] eal: do not panic when CPU isn't supported 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: , X-List-Received-Date: Thu, 23 Mar 2017 13:47:35 -0000 On Wed, Mar 22, 2017 at 04:19:28PM -0400, Aaron Conole wrote: > This adds a new API to check for the eal cpu versions. > > It's now possible to gracefully exit the application, or for > applications which support non-dpdk datapaths working in concert with > DPDK datapaths, there no longer is the possibility of exiting for > unsupported CPUs. > > Signed-off-by: Aaron Conole I think we should mark the old function as deprecated or else delete it entirely. It was technically public, but I suspect it was only ever used by the EAL init, so I'd look to get rid of it ASAP rather than leave it hanging around unneeded. /Bruce