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

2019-07-17 Thread Ferruh Yigit
On 7/16/2019 7:42 PM, Stephen Hemminger wrote: > Some configuration options can not be tested properly with testpmd > because it automatically starts all ports. This makes it harder > to test driver handling of configuration options: > (for example rx_deferred_start). > > Add new command line flag

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

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