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 --disable-device-start which skips > the device start. The port can then be started manually later. > > Signed-off-by: Stephen Hemminger <[email protected]>
Reviewed-by: Ferruh Yigit <[email protected]> Applied to dpdk-next-net/master, thanks.

