[dpdk-dev] [RFC PATCH V4] ixgbe: changes to support PCI Port Hotplug

Zhang, Helin helin.zhang at intel.com
Wed Jun 17 08:11:09 CEST 2015



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bernard Iremonger
> Sent: Monday, June 8, 2015 11:48 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [RFC PATCH V4] ixgbe: changes to support PCI Port Hotplug
> 
> This patch depends on the Port Hotplug Framework.
> It implements the eth_dev_uninit functions for rte_ixgbe_pmd and
> rte_ixgbevf_pmd.
> 
> 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.
> 
> Signed-off-by: Bernard Iremonger <bernard.iremonger at intel.com>
Acked-by: Helin Zhang <helin.zhang at intel.com>

> ---
>  drivers/net/ixgbe/ixgbe_ethdev.c |  107
> ++++++++++++++++++++++++++++++++++++--
>  drivers/net/ixgbe/ixgbe_ethdev.h |    2 +
>  drivers/net/ixgbe/ixgbe_pf.c     |   22 ++++++++
>  3 files changed, 126 insertions(+), 5 deletions(-)


More information about the dev mailing list