test: rely on EAL detection for core list
authorDavid Marchand <david.marchand@redhat.com>
Tue, 19 Oct 2021 11:26:02 +0000 (13:26 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 21 Oct 2021 15:48:04 +0000 (17:48 +0200)
commit1752b087814f5456e288714c4e5813bd37083fab
tree523c3f51c0a912678adffda3dd244c0dd758cf20
parentfc59a1ec556b4464296b1fccec596ea08879e237
test: rely on EAL detection for core list

Cores count has a direct impact on the time needed to complete unit
tests.

Currently, the core list used for unit test is enforced to "all cores on
the system" with no way for (CI) users to adapt it.
On the other hand, EAL default behavior (when no -c/-l option gets passed)
is to start threads on as many cores available in the process cpu
affinity.

Remove logic from meson: users can then select where to run the tests by
either running meson with a custom cpu affinity (using taskset/cpuset
depending on OS) or by passing a --test-args option to meson.

Example:
$ sudo meson test -C build --suite fast-tests -t 3 --test-args "-l 0-3"

Signed-off-by: David Marchand <david.marchand@redhat.com>
Tested-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Aaron Conole <aconole@redhat.com>
MAINTAINERS
app/test/get-coremask.sh [deleted file]
app/test/meson.build
doc/guides/prog_guide/meson_ut.rst