From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal/bsd: fix return value when mapping device resources in secondary process Date: Wed, 05 Nov 2014 22:51:07 +0100 Message-ID: <3784728.2PPRjAWZoT@xps13> References: <1414671819-29319-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Pablo de Lara Return-path: In-Reply-To: <1414671819-29319-1-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@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" > On FreeBSD, when initializing a secondary process, > EAL was complaining if there were ports not bound > to nic_uio module, exiting the application, which > should not happen, as this is expected behaviour, > and not an error > > Signed-off-by: Pablo de Lara Acked-by: Thomas Monjalon Applied Thanks -- Thomas