From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491209711; x=1522745711; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=oO7jj2b4HHkt0V1fLApuIOlkJ49ViFxdg1ZX99BJzDI=; b=Zk+oHV1e+TmW9uMyrgxtbxpeFFReUtXTdn8/t8QayqPOAANQDkjJNenI tv0Iem1kjlXrMGGuUr4JOPXHK5zcWQ==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2017 01:55:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,269,1486454400"; d="scan'208";a="83585587" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.140]) by fmsmga005.fm.intel.com with SMTP; 03 Apr 2017 01:55:08 -0700 Received: by (sSMTP sendmail emulation); Mon, 03 Apr 2017 09:55:07 +0100 Date: Mon, 3 Apr 2017 09:55:07 +0100 From: Bruce Richardson To: Aaron Conole Cc: dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <20170331183122.22961-1-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] eal: deprecate rte_cpu_check_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: Mon, 03 Apr 2017 08:55:12 -0000 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