From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH v3] eal: add error check for core options Date: Tue, 06 Feb 2018 00:11:22 +0100 Message-ID: <1843557.P0k1lOArVR@xps> References: <20180201170732.3225-1-marko.kovacevic@intel.com> <20180202145128.6331-1-marko.kovacevic@intel.com> <20180202153306.GA7932@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Bruce Richardson , dev@dpdk.org, anatoly.burakov@intel.com, vipin.varghese@intel.com To: Marko Kovacevic Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 65EE71B40A for ; Tue, 6 Feb 2018 00:11:26 +0100 (CET) In-Reply-To: <20180202153306.GA7932@bricha3-MOBL3.ger.corp.intel.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" 02/02/2018 16:33, Bruce Richardson: > On Fri, Feb 02, 2018 at 02:51:28PM +0000, Marko Kovacevic wrote: > > Error information on current core usage list, mask or map > > were incomplete. Added states to differentiate core usage > > and to inform user. > > > > Signed-off-by: Marko Kovacevic > > Reviewed-by: Anatoly Burakov > Acked-by: Bruce Richardson Applied, thanks