From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id BA4095A5E for ; Wed, 17 Jun 2015 08:11:57 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 16 Jun 2015 23:11:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,631,1427785200"; d="scan'208";a="589342194" Received: from pgsmsx104.gar.corp.intel.com ([10.221.44.91]) by orsmga003.jf.intel.com with ESMTP; 16 Jun 2015 23:11:57 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by PGSMSX104.gar.corp.intel.com (10.221.44.91) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 17 Jun 2015 14:11:17 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.129]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.46]) with mapi id 14.03.0224.002; Wed, 17 Jun 2015 14:11:09 +0800 From: "Zhang, Helin" To: "Iremonger, Bernard" Thread-Topic: [dpdk-dev] [RFC PATCH V4] ixgbe: changes to support PCI Port Hotplug Thread-Index: AQHQogO4XIVB0+ZcqUqyTtUq3QZZLZ2wRJzA Date: Wed, 17 Jun 2015 06:11:09 +0000 Message-ID: References: <1433778458-17434-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1433778458-17434-1-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [RFC PATCH V4] ixgbe: changes to support PCI Port Hotplug 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: Wed, 17 Jun 2015 06:11:58 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bernard Iremonger > Sent: Monday, June 8, 2015 11:48 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [RFC PATCH V4] ixgbe: changes to support PCI Port Hot= plug >=20 > This patch depends on the Port Hotplug Framework. > It implements the eth_dev_uninit functions for rte_ixgbe_pmd and > rte_ixgbevf_pmd. >=20 > Changes in V4: > Release rx and tx queues in dev_uninit() functions. > Replace TRUE and FALSE with 1 and 0. >=20 > Changes in V3: > Rebased to use drivers/net/ixgbe directory. >=20 > Changes in V2: > Added call to dev_close() in dev_uninit() functions. > Removed input parameter checks from dev_uninit() functions. >=20 > Signed-off-by: Bernard Iremonger Acked-by: Helin Zhang > --- > drivers/net/ixgbe/ixgbe_ethdev.c | 107 > ++++++++++++++++++++++++++++++++++++-- > drivers/net/ixgbe/ixgbe_ethdev.h | 2 + > drivers/net/ixgbe/ixgbe_pf.c | 22 ++++++++ > 3 files changed, 126 insertions(+), 5 deletions(-)