Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Wednesday, October 24, 2018 2:41 PM > To: Iremonger, Bernard <bernard.iremon...@intel.com>; Wu, Jingjing > <jingjing...@intel.com>; Lu, Wenzhuo <wenzhuo...@intel.com> > Cc: dev@dpdk.org; ophi...@mellanox.com; wis...@mellanox.com; Yigit, > Ferruh <ferruh.yi...@intel.com>; arybche...@solarflare.com > Subject: [PATCH 3/5] app/testpmd: check not configuring port twice > > It is possible to request probing of a device twice, and possibly get new > ports for > this device.
./devtools/check-git-log.sh -1 Wrong beginning of commit message: It is possible to request probing of a device twice, > However, the ports which were already probed and setup must not be setup > again. That's why it is checked whether the port is already part of > fwd_ports_ids > array at the beginning of the function setup_attached_port(). > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> Otherwise Acked-by: Bernard Iremonger <bernard.iremon...@intel.com>