On Sat, Nov 22, 2014 at 10:43:40PM +0100, Thomas Monjalon wrote: > From: Didier Pallard <didier.pallard at 6wind.com> > > New platforms have more than 64 cores. > Now that cores can be specified with a list, we are not limited anymore to 64. > Set default max cores number to 128. > > Signed-off-by: Didier Pallard <didier.pallard at 6wind.com> > Acked-by: David Marchand <david.marchand at 6wind.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com> > --- > config/common_bsdapp | 2 +- > config/common_linuxapp | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/config/common_bsdapp b/config/common_bsdapp > index 57cad76..c4cab7b 100644 > --- a/config/common_bsdapp > +++ b/config/common_bsdapp > @@ -88,7 +88,7 @@ CONFIG_RTE_LIBNAME=intel_dpdk > # Compile Environment Abstraction Layer > # > CONFIG_RTE_LIBRTE_EAL=y > -CONFIG_RTE_MAX_LCORE=64 > +CONFIG_RTE_MAX_LCORE=128 > CONFIG_RTE_MAX_NUMA_NODES=8 > CONFIG_RTE_MAX_MEMSEG=256 > CONFIG_RTE_MAX_MEMZONE=2560 > diff --git a/config/common_linuxapp b/config/common_linuxapp > index 57b61c9..63510ec 100644 > --- a/config/common_linuxapp > +++ b/config/common_linuxapp > @@ -113,7 +113,7 @@ CONFIG_RTE_LIBGLOSS=n > # Compile Environment Abstraction Layer > # > CONFIG_RTE_LIBRTE_EAL=y > -CONFIG_RTE_MAX_LCORE=64 > +CONFIG_RTE_MAX_LCORE=128 > CONFIG_RTE_MAX_NUMA_NODES=8 > CONFIG_RTE_MAX_MEMSEG=256 > CONFIG_RTE_MAX_MEMZONE=2560 > -- > 2.1.3 >