Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:[email protected]] > Sent: Wednesday, October 24, 2018 8:58 PM > To: Iremonger, Bernard <[email protected]> > Cc: Wu, Jingjing <[email protected]>; Lu, Wenzhuo > <[email protected]>; [email protected]; [email protected]; > [email protected]; Yigit, Ferruh <[email protected]>; > [email protected] > Subject: Re: [PATCH 5/5] app/testpmd: setup attached ports on probe event > > 24/10/2018 18:13, Iremonger, Bernard: > > From: Thomas Monjalon [mailto:[email protected]] > > > +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) >
Yes. Regards, Bernard.

