From: John Fastabend Date: Tue, 26 Apr 2011 07:26:30 +0000 (+0000) Subject: ixgbe: DCB and perfect filters can coexist X-Git-Tag: v3.1-rc1~316^2~386 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b1bbdb206a52b7eb13c2e57ee794b90618f61002;p=~emulex%2Finfiniband.git ixgbe: DCB and perfect filters can coexist Now flow directors perfect filters features can coexist with DCB. Signed-off-by: John Fastabend Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- diff --git a/drivers/net/ixgbe/ixgbe_dcb_nl.c b/drivers/net/ixgbe/ixgbe_dcb_nl.c index b229febdbc1..08c7aebe99f 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) 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;