From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 3F1215B1C for ; Thu, 22 Mar 2018 12:52:37 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Mar 2018 04:45:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,344,1517904000"; d="scan'208";a="44359677" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.252.52.175]) ([10.252.52.175]) by orsmga002.jf.intel.com with ESMTP; 22 Mar 2018 04:45:32 -0700 To: dev@dpdk.org Cc: Bruce Richardson , thomas@monjalon.net, chaozhu@linux.vnet.ibm.com, gowrishankar.m@linux.vnet.ibm.com References: <750e30c6dcc7a22a87df9c56fb824042b1db984f.1517848624.git.anatoly.burakov@intel.com> <9755302ee8a1439a152408d4b1c69cc1012153e4.1521715978.git.anatoly.burakov@intel.com> From: "Burakov, Anatoly" Message-ID: <91c9c391-c902-8aa5-ff48-5ec1b3009e6e@intel.com> Date: Thu, 22 Mar 2018 11:45:32 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <9755302ee8a1439a152408d4b1c69cc1012153e4.1521715978.git.anatoly.burakov@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5] eal: provide API for querying valid socket id's 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, 22 Mar 2018 11:52:40 -0000 On 22-Mar-18 10:58 AM, Anatoly Burakov wrote: > 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. > > Signed-off-by: Anatoly Burakov > --- Left out meson ABI version, will respin. -- Thanks, Anatoly