mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 16:19:53 +00:00
i40e: remove FDIR_REQUIRES_REINIT driver flag
This flag hasn't been used since commit 1e1be8f622ee ("i40e: ATR policy change to flush the table to clean stale ATR rules"). Lets simplify things and just remove it. Change-ID: I76279d84db8a2fd96f445b96aa413059f9256879 Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
d9eaf12e85
commit
3a104f8df2
@ -389,7 +389,6 @@ struct i40e_pf {
|
||||
#define I40E_FLAG_MSIX_ENABLED BIT_ULL(3)
|
||||
#define I40E_FLAG_RSS_ENABLED BIT_ULL(6)
|
||||
#define I40E_FLAG_VMDQ_ENABLED BIT_ULL(7)
|
||||
#define I40E_FLAG_FDIR_REQUIRES_REINIT BIT_ULL(8)
|
||||
#define I40E_FLAG_NEED_LINK_UPDATE BIT_ULL(9)
|
||||
#define I40E_FLAG_IWARP_ENABLED BIT_ULL(10)
|
||||
#define I40E_FLAG_CLEAN_ADMINQ BIT_ULL(14)
|
||||
|
Loading…
x
Reference in New Issue
Block a user