devtools: disable automatic probing in null testing
authorThomas Monjalon <thomas@monjalon.net>
Fri, 22 Nov 2019 13:38:28 +0000 (14:38 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 24 Nov 2019 22:52:02 +0000 (23:52 +0100)
commitc143928d8977f9d118078a0e6545d9058bbdbe52
treef880cd86a9db116102572399cda7b5b053569974
parente5d0ba08703099c12e4bb2eac650cbb047df1a13
devtools: disable automatic probing in null testing

The script test-null.sh is supposed to do a quick and simple
run of testpmd with null PMD only, for sanity check.
As it is not supposed to test probing of any other PMD,
physical device probing is switched to whitelist mode
by using a fake PCI address (0:0.0).
It will also help to keep memory usage stable across platforms.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: David Marchand <david.marchand@redhat.com>
devtools/test-null.sh