From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PATCH v6 0/2] PCI Port Hotplug Date: Thu, 2 Jul 2015 15:36:48 +0100 Message-ID: <1435847811-23293-1-git-send-email-bernard.iremonger@intel.com> References: To: dev@dpdk.org 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) In-Reply-To: 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" 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