24/10/2018 18:13, Iremonger, Bernard: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > +set port setup on > > +~~~~~~~~~~~~~~~~~ > > + > > +Select how to retrieve new ports created after "port attach" command. > > + > > +For each new port, a setup is done. > > +It will find the probed ports via RTE_ETH_FOREACH_MATCHING_DEV loop in > > +iterator mode, or via RTE_ETH_EVENT_NEW in event mode. > > + > > It would be useful to add an example command here (similar to other commands).
Do you mean something like this? testpmd> set port setup on (iterator|event)