test/eal: set memory channel config only in dedicated test
authorDavid Marchand <david.marchand@redhat.com>
Sat, 15 Jun 2019 06:42:25 +0000 (08:42 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 27 Jun 2019 20:33:18 +0000 (22:33 +0200)
commit501fa9a40298635f187b474fc35b56374d4e712d
treec2c10ecafe1ee2434df44922d35feb845c8642e0
parent164e3a8d89b4d983c418fd04d603eaca50691eb6
test/eal: set memory channel config only in dedicated test

The -n option is an optimisation configuration option that defaults to 0.
Such a default value makes the mempool library distributes objects as if
there was 4 memory channels, so -n 4 is the same as the default behavior.

This parameter was mandatory a long time ago, but has been optional for
a while. We check that setting this value works fine in its own test.
Remove it everywhere else.

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Aaron Conole <aconole@redhat.com>
app/test/autotest.py
app/test/meson.build
app/test/test_eal_flags.c