diff options
author | Alexander Duyck <alexander.h.duyck@intel.com> | 2010-06-15 09:25:48 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-15 14:23:35 -0700 |
commit | 2850062af1e00b3aab9f2ae486eda3e61d4aaeb9 (patch) | |
tree | f6cad36ae3980db7e03e9c9645e8c6eda7e21e3e /drivers/net/ixgbe/ixgbe.h | |
parent | 16fb62b6b4d57339a0ec931b3fb8c8d0ca6414e8 (diff) | |
download | linux-2850062af1e00b3aab9f2ae486eda3e61d4aaeb9.tar.bz2 |
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>
Diffstat (limited to 'drivers/net/ixgbe/ixgbe.h')
-rw-r--r-- | drivers/net/ixgbe/ixgbe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe.h b/drivers/net/ixgbe/ixgbe.h index 9270089eb282..9e15eb93860e 100644 --- a/drivers/net/ixgbe/ixgbe.h +++ b/drivers/net/ixgbe/ixgbe.h @@ -110,7 +110,6 @@ struct vf_data_storage { u16 vlans_enabled; bool clear_to_send; bool pf_set_mac; - int rar; u16 pf_vlan; /* When set, guest VLAN config not allowed. */ u16 pf_qos; }; |