From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] eal: load libraries before creating threads Date: Wed, 10 Jul 2013 17:52:34 +0200 Message-ID: <201307101752.35012.thomas.monjalon@6wind.com> References: <3acd665fb53a7624607fc863fa400b448e2bd590.1373462050.git.damien.millescamps@6wind.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Damien Millescamps Return-path: In-Reply-To: <3acd665fb53a7624607fc863fa400b448e2bd590.1373462050.git.damien.millescamps-pdR9zngts4EAvxtiuMwx3w@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" 10/07/2013 15:14, Damien Millescamps : > We want the threads to inherit any property that could be set while > loading a plugin, such as iopl(). > > Signed-off-by: Damien Millescamps > --- acked and applied -- Thomas