From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D37B4B60C for ; Mon, 16 Feb 2015 17:28:42 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 16 Feb 2015 08:28:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,588,1418112000"; d="scan'208";a="667107500" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga001.fm.intel.com with ESMTP; 16 Feb 2015 08:28:15 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.218]) by IRSMSX153.ger.corp.intel.com ([169.254.9.234]) with mapi id 14.03.0195.001; Mon, 16 Feb 2015 16:28:14 +0000 From: "Iremonger, Bernard" To: Tetsuya Mukawa , "dev@dpdk.org" Thread-Topic: [PATCH v8 11/14] ethdev: Add one dev_type parameter to rte_eth_dev_allocate Thread-Index: AQHQSZ8ysNkU/TVFBEiE3QDfgBrW6Jzzd55Q Date: Mon, 16 Feb 2015 16:28:14 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C2049E816D@IRSMSX108.ger.corp.intel.com> References: <1423470639-15744-2-git-send-email-mukawa@igel.co.jp> <1424060073-23484-12-git-send-email-mukawa@igel.co.jp> In-Reply-To: <1424060073-23484-12-git-send-email-mukawa@igel.co.jp> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v8 11/14] ethdev: Add one dev_type parameter to rte_eth_dev_allocate X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 16:28:43 -0000 > -----Original Message----- > From: Tetsuya Mukawa [mailto:mukawa@igel.co.jp] > Sent: Monday, February 16, 2015 4:15 AM > To: dev@dpdk.org > Cc: Qiu, Michael; Iremonger, Bernard; Tetsuya Mukawa > Subject: [PATCH v8 11/14] ethdev: Add one dev_type parameter to rte_eth_d= ev_allocate >=20 > 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. >=20 > 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. >=20 > Signed-off-by: Tetsuya Mukawa Acked-by: Bernard Iremonger