diff options
author | John Fastabend <john.r.fastabend@intel.com> | 2011-04-26 03:26:30 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-06-21 04:21:43 -0400 |
commit | b1bbdb206a52b7eb13c2e57ee794b90618f61002 (patch) | |
tree | c3fac0d3faa66cc9664d30cd9bd0f9becac10011 | |
parent | 6f70f6acc7321f9f6501157b29d2db8c475cf3b2 (diff) |
ixgbe: DCB and perfect filters can coexist
Now flow directors perfect filters features can coexist with DCB.
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
-rw-r--r-- | drivers/net/ixgbe/ixgbe_dcb_nl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe_dcb_nl.c b/drivers/net/ixgbe/ixgbe_dcb_nl.c index b229febdbc1b..08c7aebe99f5 100644 --- a/drivers/net/ixgbe/ixgbe_dcb_nl.c +++ b/drivers/net/ixgbe/ixgbe_dcb_nl.c | |||
@@ -135,7 +135,6 @@ static u8 ixgbe_dcbnl_set_state(struct net_device *netdev, u8 state) | |||
135 | case ixgbe_mac_82599EB: | 135 | case ixgbe_mac_82599EB: |
136 | case ixgbe_mac_X540: | 136 | case ixgbe_mac_X540: |
137 | adapter->flags &= ~IXGBE_FLAG_FDIR_HASH_CAPABLE; | 137 | adapter->flags &= ~IXGBE_FLAG_FDIR_HASH_CAPABLE; |
138 | adapter->flags &= ~IXGBE_FLAG_FDIR_PERFECT_CAPABLE; | ||
139 | break; | 138 | break; |
140 | default: | 139 | default: |
141 | break; | 140 | break; |