Re: [dpdk-dev] [PATCH] devtools: disable automatic probing in null testing

2019-11-24 Thread Thomas Monjalon
22/11/2019 16:56, David Marchand: > On Fri, Nov 22, 2019 at 2:56 PM Ferruh Yigit wrote: > > > > On 11/22/2019 1:48 PM, Thomas Monjalon wrote: > > > 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

Re: [dpdk-dev] [PATCH] devtools: disable automatic probing in null testing

2019-11-22 Thread David Marchand
On Fri, Nov 22, 2019 at 2:56 PM Ferruh Yigit wrote: > > On 11/22/2019 1:48 PM, Thomas Monjalon wrote: > > 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 d

Re: [dpdk-dev] [PATCH] devtools: disable automatic probing in null testing

2019-11-22 Thread Thomas Monjalon
22/11/2019 15:03, Gaëtan Rivet: > Hi Thomas, > > On Fri, Nov 22, 2019 at 02:48:08PM +0100, Thomas Monjalon wrote: > > 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, >

Re: [dpdk-dev] [PATCH] devtools: disable automatic probing in null testing

2019-11-22 Thread Gaëtan Rivet
Hi Thomas, On Fri, Nov 22, 2019 at 02:48:08PM +0100, Thomas Monjalon wrote: > 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 white

Re: [dpdk-dev] [PATCH] devtools: disable automatic probing in null testing

2019-11-22 Thread Ferruh Yigit
On 11/22/2019 1:48 PM, Thomas Monjalon wrote: > 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

[dpdk-dev] [PATCH] devtools: disable automatic probing in null testing

2019-11-22 Thread Thomas Monjalon
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