test/eal: fix --socket-mem option
authorVamsi Attunuru <vattunuru@marvell.com>
Mon, 29 Jul 2019 08:08:50 +0000 (10:08 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 30 Jul 2019 09:22:49 +0000 (11:22 +0200)
commitae0976c37bbc2748faa1c2d0cac273c7733f34b8
tree386c035a7b4f93a856fee361940f3d184dcd8c35
parentcef26406ba22124a6ad6441a7ffee62bb44e9581
test/eal: fix --socket-mem option

eal flag autotest fails when multiple mem size flags are passed to
--socket-mem option irrespective of RTE_MAX_NUMA_NODES and the number of
available sockets on the test system.

Fixes: 45f1b6e8680a ("app: add new tests on eal flags")
Cc: stable@dpdk.org
Signed-off-by: Vamsi Attunuru <vattunuru@marvell.com>
Signed-off-by: David Marchand <david.marchand@redhat.com>
Reviewed-by: Vamsi Attunuru <vattunuru@marvell.com>
Tested-by: Vamsi Attunuru <vattunuru@marvell.com>
app/test/test_eal_flags.c