Re: [dpdk-dev] [PATCH] testpmd: add option to not start device

2019-07-16 Thread Ferruh Yigit
On 7/16/2019 7:29 PM, Stephen Hemminger wrote: > Some configuration options can not be tested properly with current > testpmd because it automatically starts all ports. > This makes it harder to test driver handling of configuration options: > (for example rx_deferred_start) which maybe buggy in so

[dpdk-dev] [PATCH] testpmd: add option to not start device

2019-07-16 Thread Stephen Hemminger
Some configuration options can not be tested properly with current testpmd because it automatically starts all ports. This makes it harder to test driver handling of configuration options: (for example rx_deferred_start) which maybe buggy in some drivers. Add new command line flag --disable-device