From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 438A912A8 for ; Thu, 2 Jul 2015 16:36:57 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 02 Jul 2015 07:36:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,393,1432623600"; d="scan'208";a="754835332" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 02 Jul 2015 07:36:55 -0700 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t62Easg4003482; Thu, 2 Jul 2015 15:36:54 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id t62EasFG023331; Thu, 2 Jul 2015 15:36:54 +0100 Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id t62EasSA023327; Thu, 2 Jul 2015 15:36:54 +0100 From: Bernard Iremonger To: dev@dpdk.org Date: Thu, 2 Jul 2015 15:36:48 +0100 Message-Id: <1435847811-23293-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: References: Subject: [dpdk-dev] [PATCH v6 0/2] 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: Thu, 02 Jul 2015 14:36:57 -0000 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. Changes in V5: Set nb_rx_queues and nb_tx_queues to 0 in uninit functions. Rebased to latest ixgbe code. Changes in V4: Release rx and tx queues in dev_uninit() functions. Replace TRUE and FALSE with 1 and 0. Changes in V3: Rebased to use drivers/net/ixgbe directory. Changes in V2: Added call to dev_close() in dev_uninit() functions. Removed input parameter checks from dev_uninit() functions. Bernard Iremonger (2): ixgbe: changes to support PCI Port Hotplug ixgbe: release queue memory in close functions 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(-) -- 1.7.4.1