> -----Original Message----- > From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] > Sent: Monday, February 16, 2015 4:15 AM > To: dev at dpdk.org > Cc: Qiu, Michael; Iremonger, Bernard; Tetsuya Mukawa > Subject: [PATCH v8 11/14] ethdev: Add one dev_type parameter to > rte_eth_dev_allocate > > This new parameter is needed to keep device type like physical or virtual. > Port detaching processes are different between physical and virtual. > This parameter lets detaching function know a device type of the port. > > v8: > - NONE_TRACE is replaced by NO_TRACE. > - Add missing symbol in version map. > (Thanks to Qiu, Michael and Iremonger, Bernard) > v4: > - Fix comments of rte_eth_dev_type. > > Signed-off-by: Tetsuya Mukawa <mukawa at igel.co.jp>
Acked-by: Bernard Iremonger <bernard.iremonger at intel.com>

