[dpdk-dev] [PATCH] app/test: fix memory needs after RTE_MAX_LCORE was increased to 128

2014-12-05 Thread De Lara Guarch, Pablo
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, December 04, 2014 1:21 PM > To: De Lara Guarch, Pablo > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] app/test: fix memory needs after > RTE_MAX_LCORE

[dpdk-dev] [PATCH] app/test: fix memory needs after RTE_MAX_LCORE was increased to 128

2014-12-04 Thread Thomas Monjalon
> Since commit b91c67e5a693211862aa7dc3b78630b4e856c2af, > maximum number of cores is 128, which has increase > the total memory necessary for a rte_mempool structure, > as the per-lcore local cache has been doubled in size. > Therefore, eal_flags unit test was broken since it needed > to use more

[dpdk-dev] [PATCH] app/test: fix memory needs after RTE_MAX_LCORE was increased to 128

2014-12-04 Thread Pablo de Lara
Since commit b91c67e5a693211862aa7dc3b78630b4e856c2af, maximum number of cores is 128, which has increase the total memory necessary for a rte_mempool structure, as the per-lcore local cache has been doubled in size. Therefore, eal_flags unit test was broken since it needed to use more hugepages.