From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7] eal: provide API for querying valid socket id's Date: Thu, 05 Apr 2018 00:31:24 +0200 Message-ID: <2822773.anikK0mrl0@xps> References: <9ff09ae09b3e9e1b149f73a693b552f8c94a01a2.1521722141.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Neil Horman , John McNamara , Marko Kovacevic , Bruce Richardson , chaozhu@linux.vnet.ibm.com, gowrishankar.m@linux.vnet.ibm.com To: Anatoly Burakov Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id BF7491BB87 for ; Thu, 5 Apr 2018 00:31:27 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 31/03/2018 19:08, Anatoly Burakov: > During lcore scan, find all socket ID's and store them, and > provide public API to query valid socket id's. This will break > the ABI, so bump ABI version. > > Also, remove deprecation notice corresponding to this change. > > Signed-off-by: Anatoly Burakov > Acked-by: Gowrishankar Muthukrishnan > --- > > Notes: > v7: > - Renamed rte_num_socket_ids() to rte_socket_count() > - Removed deprecation notice associated with this change > - Addressed review comments You forgot the release notes for the ABI version (from my previous review). Applied and fixed.