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

2016-03-11 Thread Bruce Richardson
On Tue, Mar 08, 2016 at 05:10:24PM +, Bernard Iremonger wrote: > 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(). >

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

2016-03-08 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(). Removes the VF MAC address in ixgbevf_dev_close(). Changes in v4: rebase revert changes to ixgbe_pf.c Changes in v3: Revised p