app/test: fix memory needs
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Tue, 9 Dec 2014 10:11:12 +0000 (10:11 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 11 Dec 2014 00:42:03 +0000 (01:42 +0100)
commit2ed44e38fa1be16e093fc06e3800bbaf9c2b7388
treeb33c9ca1014bf2907bb0b44b23bf84039b273263
parentc062d3eb71e1a0026256d651d1ff7fcbbc03a2e5
app/test: fix memory needs

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.

Increased memory to 18MB, as that is the actual minimum memory necessary
(depending on the physical memory segments, DPDK may need less memory)

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
app/test/test_eal_flags.c