From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 2/4] eal: fix parsing of eal option --lcores Date: Thu, 28 Jul 2016 16:18:16 +0100 Message-ID: <579A2238.4050303@intel.com> References: <1469081018-55300-1-git-send-email-wei.dai@intel.com> <1469618621-143677-1-git-send-email-wei.dai@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: dev@dpdk.org 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) In-Reply-To: <1469618621-143677-1-git-send-email-wei.dai@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" 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