> -----Original Message----- > From: Iremonger, Bernard > Sent: Friday, February 26, 2016 2:49 PM > To: dev at dpdk.org > Cc: Ananyev, Konstantin; Zhang, Helin; Iremonger, Bernard > Subject: [PATCH 0/3 v2] ixgbe fixes > > 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(). > Allows the MAC address of the VF to be set to zero. > > 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 setting of VF MAC address > > drivers/net/ixgbe/ixgbe_ethdev.c | 29 +++++++++++++---------------- > drivers/net/ixgbe/ixgbe_pf.c | 7 ++++--- > 2 files changed, 17 insertions(+), 19 deletions(-) > > --
Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com> > 2.6.3