From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ananyev, Konstantin" Subject: Re: [PATCH v6 0/2] PCI Port Hotplug Date: Thu, 2 Jul 2015 14:59:29 +0000 Message-ID: <2601191342CEEE43887BDE71AB97725836A21AF3@irsmsx105.ger.corp.intel.com> References: <1435847811-23293-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 mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 6A7A11396 for ; Thu, 2 Jul 2015 16:59:42 +0200 (CEST) In-Reply-To: <1435847811-23293-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: Iremonger, Bernard > Sent: Thursday, July 02, 2015 3:37 PM > To: dev@dpdk.org > Cc: Zhang, Helin; Qiu, Michael; Ananyev, Konstantin; Iremonger, Bernard > Subject: [PATCH v6 0/2] PCI Port Hotplug >=20 > Changes in V6: > Rebased to latest code. > Remove release of queue memory form dev_uninit() functions. > Add ixgbe_dev_free_queues() function and call it from close() functions. >=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 > Bernard Iremonger (2): > ixgbe: changes to support PCI Port Hotplug > ixgbe: release queue memory in close functions >=20 > drivers/net/ixgbe/ixgbe_ethdev.c | 102 ++++++++++++++++++++++++++++++++= ++++-- > drivers/net/ixgbe/ixgbe_ethdev.h | 4 ++ > drivers/net/ixgbe/ixgbe_pf.c | 22 ++++++++ > drivers/net/ixgbe/ixgbe_rxtx.c | 19 +++++++ > 4 files changed, 142 insertions(+), 5 deletions(-) >=20 > -- Acked-by: Konstantin Ananyev > 1.7.4.1