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