ixgbe: DCB and perfect filters can coexist
authorJohn Fastabend <john.r.fastabend@intel.com>
Tue, 26 Apr 2011 07:26:30 +0000 (07:26 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 21 Jun 2011 08:21:43 +0000 (01:21 -0700)
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>
drivers/net/ixgbe/ixgbe_dcb_nl.c

index b229febdbc1b578a97c338bbba42670119e3e4d5..08c7aebe99f560ecbb8921e8011f947b6f397dc7 100644 (file)
@@ -135,7 +135,6 @@ static u8 ixgbe_dcbnl_set_state(struct net_device *netdev, u8 state)
                case ixgbe_mac_82599EB:
                case ixgbe_mac_X540:
                        adapter->flags &= ~IXGBE_FLAG_FDIR_HASH_CAPABLE;
-                       adapter->flags &= ~IXGBE_FLAG_FDIR_PERFECT_CAPABLE;
                        break;
                default:
                        break;
This page took 0.026383 seconds and 5 git commands to generate.