> -----Original Message----- > From: Thomas Monjalon [mailto:[email protected]] > Sent: Wednesday, October 24, 2018 2:41 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 2/5] app/testpmd: merge ports list update functions > > The arrays ports_ids and fwd_ports_ids require the same kind of update when > some ports are removed or added. > > The functions update_fwd_ports() and remove_unused_fwd_ports() are merged > in the new function remove_invalid_ports(). > The part for adding new port is moved into setup_attached_port(). > > Signed-off-by: Thomas Monjalon <[email protected]>
Acked-by: Bernard Iremonger <[email protected]>

