ixgbevf: Add macvlan support in the set rx mode op
authorGreg Rose <gregory.v.rose@intel.com>
Fri, 13 May 2011 01:33:42 +0000 (01:33 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 15 May 2011 00:50:44 +0000 (17:50 -0700)
commit46ec20ff7d6f9f011e06d58e4e87153ed8c893ed
treed2976bcdef595eb8c3c14dd4d9ad036bbc1293eb
parentd64a6f4dca0b45495dd5be8116b618d9cc004eea
ixgbevf: Add macvlan support in the set rx mode op

Implement setup of unicast address list in the VF driver's set_rx_mode
netdev op.  Unicast addresses are sent to the PF via a mailbox message
and the PF will check if it has room in the RAR table and if so set the
filter for the VF.

Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbevf/ixgbevf_main.c
drivers/net/ixgbevf/mbx.h
drivers/net/ixgbevf/vf.c
drivers/net/ixgbevf/vf.h