]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: update set_rx_mode to fix issues w/ macvlan
authorAlexander Duyck <alexander.h.duyck@intel.com>
Tue, 15 Jun 2010 09:25:48 +0000 (09:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jun 2010 21:23:35 +0000 (14:23 -0700)
commit409ff3b10d90db2ec8c5b73a1be14d956a052661
treef6cad36ae3980db7e03e9c9645e8c6eda7e21e3e
parent7e7f0361d8def9eec841c039df0ace4b56217578
ixgbe: update set_rx_mode to fix issues w/ macvlan

This change corrects issues where macvlan was not correctly triggering
promiscuous mode on ixgbe due to the filters not being correctly set.  It
also corrects the fact that VF rar filters were being overwritten when the
PF was reset.

CC: Shirley Ma <xma@us.ibm.com>
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Emil Tantilov <emil.s.tantilov@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe.h
drivers/net/ixgbe/ixgbe_main.c
drivers/net/ixgbe/ixgbe_sriov.c