i40e: Fix a boundary condition and turning off of ntuple
authorAnjali Singhai Jain <anjali.singhai@intel.com>
Wed, 4 Jun 2014 08:45:20 +0000 (08:45 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 3 Jul 2014 02:02:20 +0000 (19:02 -0700)
commit8a4f34fbef029771f686ee93311fb2b488247b16
tree5b25fbb1bc73fdb50317c04ebdf2ef6212f29bcd
parent164ec1bfa13d34834a72b2ace3ecb521234f444f
i40e: Fix a boundary condition and turning off of ntuple

When turning off ntuple with a FD table full situation,
the driver would have auto disabled FD filter additions.
Clear the auto disable flag for FD_SB so that when the
feature is turned on again using "ethtool -K ethx ntuple on"
we can start adding filters once again.

Change-ID: I036a32e7331bcae765b657c8abb4fa070940b163
Signed-off-by: Anjali Singhai Jain <anjali.singhai@intel.com>
Tested-by: Jim Young <jamesx.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c