> -----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 1/5] app/testpmd: check not detaching device twice > > The command "port detach" is removing the EAL rte_device of the ethdev port > specified as parameter. > The function name and some comments are updated to make clear that we are > detaching the whole device. > > After detaching, the pointer, which maps a port to its device, is reset. This > way, > it is possible to check whether a port is still associated to a (not removed) > device. > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net>
Acked-by: Bernard Iremonger <bernard.iremon...@intel.com>