[dpdk-dev] [PATCH 0/3 v2] ixgbe fixes

2016-02-29 Thread Ananyev, Konstantin
> -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 duplicat

[dpdk-dev] [PATCH 0/3 v2] ixgbe fixes

2016-02-26 Thread Bernard Iremonger
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 Iremong