[dpdk-dev] [PATCH 5/5] app/testpmd: setup attached ports on probe event

Thomas Monjalon thomas at monjalon.net
Wed Oct 24 21:57:48 CEST 2018


24/10/2018 18:13, Iremonger, Bernard:
> From: Thomas Monjalon [mailto:thomas at 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)





More information about the dev mailing list