> -----Original Message-----
> From: Thomas Monjalon [mailto:[email protected]]
> Sent: Thursday, October 25, 2018 4:11 PM
> To: Iremonger, Bernard <[email protected]>; Wu, Jingjing
> <[email protected]>; Lu, Wenzhuo <[email protected]>
> Cc: [email protected]; [email protected]; [email protected]; Yigit,
> Ferruh <[email protected]>; [email protected]
> Subject: [PATCH v2 5/5] app/testpmd: setup attached ports on probe event
> 
> After probing is done, each new port must be setup.
> The new ports are currently guessed by iterating on ports matching the devargs
> string used for probing.
> 
> When probing a port, it is possible that one more port probing get triggered 
> (e.g.
> PF is automatically probed when probing a VF representor). Such automatic
> probing will be caught only on event.
> 
> The iterator loop may be replaced by a call from the event callback.
> In order to be able to test both modes, a command is added to choose between
> iterator and event modes.
> 
> Signed-off-by: Thomas Monjalon <[email protected]>

Acked-by: Bernard Iremonger <[email protected]>


Reply via email to