test: check zero socket memory as valid
authorIlya Maximets <i.maximets@samsung.com>
Fri, 25 Jan 2019 07:55:58 +0000 (10:55 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 26 Jan 2019 18:24:04 +0000 (19:24 +0100)
commit10d66cee5bf51bbd27d58b565b3340282e18ef07
tree944a2344fa6fedd03d5399527d75649fb225c802
parent0a703f0f36c11b6f23fad4fab9e79c308811329d
test: check zero socket memory as valid

Dynamic memory mode allowes zero socket-mem because all the
required memory could be allocated on demand.

Fixes: 0a703f0f36c1 ("eal/linux: fix parsing zero socket memory and limits")
Cc: stable@dpdk.org
Reported-by: Shuai Zhu <shuaix.zhu@intel.com>
Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
test/test/test_eal_flags.c