This patch set implements the following: Removes code which was duplicated in eth_ixgbevf_dev_init(). Adds more information to the error message in ixgbe_check_mq_mode(). Removes the VF MAC address in ixgbevf_dev_close().
Changes in v3: Revised patch 3 to remove the VF MAC address in dev_close(). Changes in v2: Do not overwrite the VF perm_add with zero. Bernard Iremonger (3): ixgbe: cleanup eth_ixgbevf_dev_uninit ixgbe: add more information to the error message ixgbe: fix dev_close to remove VF MAC address. drivers/net/ixgbe/ixgbe_ethdev.c | 27 ++++++++++----------------- drivers/net/ixgbe/ixgbe_pf.c | 7 ++++--- 2 files changed, 14 insertions(+), 20 deletions(-) -- 2.6.3