aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorJacob Keller <[email protected]>2018-03-16 01:26:32 -0700
committerJeff Kirsher <[email protected]>2018-03-26 13:46:30 -0700
commit134201aeadf3109ac9982ea81a79ec68442a07d1 (patch)
treee1c9f639977277e67f11bda3576403264040f578 /net/unix/sysctl_net_unix.c
parent41898c66ef02628326827e503c4fd78e71bc13f7 (diff)
i40e: move AUTO_DISABLED flags into the state field
The two Flow Directory auto disable flags are used at run time to mark when the flow director features needed to be disabled. Thus the flags could change even when the RTNL lock is not held. They also have some code constructions which really should be test_and_set or test_and_clear using atomic bit operations. Create new state fields to mark this, and stop including them in pf->flags. This is part of a larger effort to remove the need for cmpxchg64 in i40e_set_priv_flags(). Signed-off-by: Jacob Keller <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions