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

Ananyev, Konstantin konstantin.ananyev at intel.com
Thu Jul 2 16:59:29 CEST 2015



> -----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 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(-)
> 
> --

Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com>

> 1.7.4.1



More information about the dev mailing list