[dpdk-dev] [PATCH 2/2] eal: load libraries before creating threads

2013-07-10 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH 2/2] eal: load libraries before creating threads

2013-07-10 Thread 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 --- lib/librte_eal/linuxapp/eal/eal.c | 24 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/librte_eal/linuxapp/