[dpdk-dev] [PATCH v6 0/2] PCI Port Hotplug

2015-07-19 Thread Thomas Monjalon
> > Bernard Iremonger (2): > > ixgbe: changes to support PCI Port Hotplug > > ixgbe: release queue memory in close functions > > Acked-by: Konstantin Ananyev Applied, thanks

[dpdk-dev] [PATCH v6 0/2] PCI Port Hotplug

2015-07-02 Thread Bernard Iremonger
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: Relea

[dpdk-dev] [PATCH v6 0/2] PCI Port Hotplug

2015-07-02 Thread Ananyev, Konstantin
> -Original Message- > From: Iremonger, Bernard > Sent: Thursday, July 02, 2015 3:37 PM > To: dev at dpdk.org > Cc: Zhang, Helin; Qiu, Michael; Ananyev, Konstantin; Iremonger, Bernard > Subject: [PATCH v6 0/2] PCI Port Hotplug > > Changes in V6: > Rebased to latest code. > Remove release