[dpdk-dev] [PATCH] eal/bsd: fix core detection

2014-10-08 Thread David Marchand
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/enabl

[dpdk-dev] [PATCH] eal/bsd: fix core detection

2014-10-08 Thread Bruce Richardson
On Wed, Oct 08, 2014 at 10:43:31AM +0200, David Marchand wrote: > 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 coremas

[dpdk-dev] [PATCH] eal/bsd: fix core detection

2014-10-08 Thread Zhan, Zhaochen
> > 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

[dpdk-dev] [PATCH] eal/bsd: fix core detection

2014-10-08 Thread Neil Horman
On Wed, Oct 08, 2014 at 10:43:31AM +0200, David Marchand wrote: > 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 coremas

[dpdk-dev] [PATCH] eal/bsd: fix core detection

2014-10-08 Thread David Marchand
Hello Neil, On Wed, Oct 8, 2014 at 12:53 PM, Neil Horman wrote: > > Though, that said, why are these files diverged in the first place? At > least as > far as eal_lcore.c and eal.c are concerned the only differences appear to > be > cases of one file being updated and not the other. It seems th

[dpdk-dev] [PATCH] eal/bsd: fix core detection

2014-10-08 Thread Neil Horman
On Wed, Oct 08, 2014 at 01:23:49PM +0200, David Marchand wrote: > Hello Neil, > > On Wed, Oct 8, 2014 at 12:53 PM, Neil Horman wrote: > > > > Though, that said, why are these files diverged in the first place? At > > least as > > far as eal_lcore.c and eal.c are concerned the only differences ap

[dpdk-dev] [PATCH] eal/bsd: fix core detection

2014-10-09 Thread Thomas Monjalon
> > > 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: > >