From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ananyev, Konstantin" Subject: Re: [PATCH v5] ixgbe: changes to support PCI Port Hotplug Date: Thu, 25 Jun 2015 11:41:07 +0000 Message-ID: <2601191342CEEE43887BDE71AB97725836A1DDD8@irsmsx105.ger.corp.intel.com> References: <1435158522-28547-1-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Iremonger, Bernard" , "dev@dpdk.org" Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A1D3FC5F2 for ; Thu, 25 Jun 2015 13:41:10 +0200 (CEST) In-Reply-To: <1435158522-28547-1-git-send-email-bernard.iremonger@intel.com> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bernard Iremonger > Sent: Wednesday, June 24, 2015 4:09 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v5] ixgbe: changes to support PCI Port Hotplug >=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 V5: > Set nb_rx_queues and nb_tx_queues to 0 in uninit functions. > Rebased to latest ixgbe code. >=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: Konstantin Ananyev > 1.7.4.1