From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal/bsd: fix core detection Date: Thu, 09 Oct 2014 20:24:59 +0200 Message-ID: <30715346.YEp31gcTdu@xps13> References: <1412757811-10625-1-git-send-email-david.marchand@6wind.com> <20141008092011.GA5300@BRICHA3-MOBL> <6D0EE020084B194084D70B0A8D2207B8EDB4CF@SHSMSX104.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: David Marchand Return-path: In-Reply-To: <6D0EE020084B194084D70B0A8D2207B8EDB4CF-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@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" > > > Following "options parsing" patchset (commit d7cb626f and 489a9d6c), core > > > detection is not working correctly on bsd. > > > > > > ./x86_64-native-bsdapp-gcc/app/test -c f -n 4 -- -i > > > [...] > > > EAL: lcore 0 unavailable > > > EAL: invalid coremask > > > > > > Align bsd to linux: > > > - commit f563a372 "eal: fix recording of detected/enabled logical cores" > > > - commit 4f04db8b "eal: check coremask against detected lcores" > > > > > > Reported-by: Zhan, Zhaochen > > > Signed-off-by: David Marchand > > Acked-by: Bruce Richardson > Tested-by: Zhaochen Zhan Applied Thanks -- Thomas