devtools: restore null test
authorThomas Monjalon <thomas@monjalon.net>
Tue, 30 Jul 2019 17:34:13 +0000 (19:34 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 5 Aug 2019 15:21:14 +0000 (17:21 +0200)
commit85fc9b2542aa13bb0e3838458795c8aaccb77541
treeb4aec29b567161d87520494be46e39103558dbb4
parent8e3cb36d5bd358abafb7bd4ba5b518cf3f11fcaf
devtools: restore null test

This small testpmd test was not working for a long time
because of several changes in EAL and mempool.
The 3 main issues solved are:
- Make --no-huge working by specifying an amount of memory
to allocate in legacy mode, and disabling mlockall.
- Load a mempool handler in shared library case.
- Support meson

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
devtools/test-null.sh