On Thu, 2012-02-09 at 20:48 +0100, Danny Kukawka wrote:
This is an updated and split up version of my patch series to
fix the handling of addr_assign_type for random MAC addresses.
The first part contains the basic changes in etherdevice.h
and eth.c incl. needed adaptations in the existing code
Danny Kukawka (2):
eth: reset addr_assign_type if eth_mac_addr() called
rename dev_hw_addr_random and remove redundant second
drivers/net/ethernet/intel/igbvf/netdev.c | 11 +++++---
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 28 ++++++++++++--------
include/linux/etherdevice.h | 13 +++++----
net/ethernet/eth.c | 2 +
4 files changed, 33 insertions(+), 21 deletions(-)
Thanks Danny, I will add both patches to my queue so that we can
validate the changes for ixgbevf and igbvf.