aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe.h
diff options
context:
space:
mode:
authorAlexander Duyck <alexander.h.duyck@intel.com>2010-06-15 05:25:48 -0400
committerDavid S. Miller <davem@davemloft.net>2010-06-15 17:23:35 -0400
commit2850062af1e00b3aab9f2ae486eda3e61d4aaeb9 (patch)
treef6cad36ae3980db7e03e9c9645e8c6eda7e21e3e /drivers/net/ixgbe/ixgbe.h
parent16fb62b6b4d57339a0ec931b3fb8c8d0ca6414e8 (diff)
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe.h b/drivers/net/ixgbe/ixgbe.h
index 9270089eb28..9e15eb93860 100644
--- a/drivers/net/ixgbe/ixgbe.h
+++ b/drivers/net/ixgbe/ixgbe.h
@@ -110,7 +110,6 @@ struct vf_data_storage {
110 u16 vlans_enabled; 110 u16 vlans_enabled;
111 bool clear_to_send; 111 bool clear_to_send;
112 bool pf_set_mac; 112 bool pf_set_mac;
113 int rar;
114 u16 pf_vlan; /* When set, guest VLAN config not allowed. */ 113 u16 pf_vlan; /* When set, guest VLAN config not allowed. */
115 u16 pf_qos; 114 u16 pf_qos;
116}; 115};