eal: default to using all cores
authorRich Lane <rich.lane@bigswitch.com>
Fri, 25 Sep 2015 20:37:16 +0000 (13:37 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 26 Oct 2015 19:36:26 +0000 (20:36 +0100)
commit4fce65a6be1779c1bb0d0f0e6806cbadeca77108
treef41c82011921f0f8d46ed9226ddf4228d3ddfdf1
parent19bfa4ddb1a983b6810b7d054a6fbc8360f86d73
eal: default to using all cores

This is a useful default for simple applications where the assignment
of lcores to CPUs doesn't matter. It's also useful for more complex
applications that automatically assign tasks to cores based on the
NUMA topology.

Signed-off-by: Rich Lane <rich.lane@bigswitch.com>
app/test/test_eal_flags.c
doc/guides/freebsd_gsg/build_sample_apps.rst
doc/guides/linux_gsg/build_sample_apps.rst
lib/librte_eal/common/eal_common_lcore.c
lib/librte_eal/common/eal_common_options.c