From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] eal: deprecate rte_cpu_check_supported Date: Mon, 3 Apr 2017 09:55:07 +0100 Message-ID: <20170403085507.GA13716@bricha3-MOBL3.ger.corp.intel.com> References: <20170331183122.22961-1-aconole@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Aaron Conole Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 7C96EDE0 for ; Mon, 3 Apr 2017 10:55:11 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20170331183122.22961-1-aconole@redhat.com> 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 Fri, Mar 31, 2017 at 02:31:22PM -0400, Aaron Conole wrote: > It's likely that this function isn't used anywhere, but since it was part of > the public API, mark the function for deprecation for at least one release. > > Signed-off-by: Aaron Conole > --- Acked-by: Bruce Richardson