From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal/common: Fix enabled core number with core list argument Date: Tue, 27 Jan 2015 12:45:49 +0100 Message-ID: <2286258.liZJEn7dpv@xps13> References: <1421780083-4923-1-git-send-email-repk@triplefau.lt> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Remi Pommarel Return-path: In-Reply-To: <1421780083-4923-1-git-send-email-repk-lovNVp52yxIDGOk2Oe9MvA@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > When using core list argument to define which core to enable (ie -l) the > core_num field of the rte configuration is not updated the same way as using > coremask. This causes rte_lcore_num() to yield different value from the one > using coremask. > > Signed-off-by: Remi Pommarel Good catch, it was forgotten when adding this option. Fixes: d888cb8b9613 ("add core list input format") Acked-by: Thomas Monjalon Applied Thanks -- Thomas