From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 65D90378B for ; Thu, 28 Jul 2016 17:18:28 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 28 Jul 2016 08:18:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,434,1464678000"; d="scan'208";a="1030882056" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.150]) ([10.237.220.150]) by fmsmga002.fm.intel.com with ESMTP; 28 Jul 2016 08:18:16 -0700 To: dev@dpdk.org References: <1469081018-55300-1-git-send-email-wei.dai@intel.com> <1469618621-143677-1-git-send-email-wei.dai@intel.com> From: Ferruh Yigit Message-ID: <579A2238.4050303@intel.com> Date: Thu, 28 Jul 2016 16:18:16 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1469618621-143677-1-git-send-email-wei.dai@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 2/4] eal: fix parsing of eal option --lcores X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2016 15:18:29 -0000 On 7/27/2016 12:23 PM, Wei Dai wrote: > The '-' in lcore set overrides cpu set of following > lcore set in the argument of EAL option --lcores. > for example --locres '0-2,(3-5)@(3,4),6@(5,6),7@(5-7)', > 0-2 make lflags=1 which indeed suppress following > cpu set (3,4), (5,6) and (5-7) after @ . > > Fixes: 53e54bf81700 ("eal: new option --lcores for cpu assignment") > > Signed-off-by: Wei Dai Acked-by: Ferruh Yigit