From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/1] ip_pipeline: fixed parsing cpu cores Date: Mon, 27 Jul 2015 15:50:30 +0200 Message-ID: <4071145.V36qn8m7be@xps13> References: <1437489540-20758-1-git-send-email-maciejx.t.gajdzica@intel.com> <3EB4FA525960D640B5BDFFD6A3D891263239F2BE@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Gajdzica, MaciejX T" Return-path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 45E2AC566 for ; Mon, 27 Jul 2015 15:51:46 +0200 (CEST) Received: by wibud3 with SMTP id ud3so116943422wib.0 for ; Mon, 27 Jul 2015 06:51:46 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891263239F2BE@IRSMSX108.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This patch fixes parsing value of core variable in pipeline config. > > Before not every combination of cores (c), sockets (s) and > > hyperthreading (h) was parsed correctly. > > > > Signed-off-by: Maciej Gajdzica > > Acked-by: Cristian Dumitrescu Applied, thanks