commit | 886ff146a73627c287262a7d92ddfb50baa29552 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Fri Mar 16 01:26:36 2018 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Mar 26 13:56:45 2018 -0700 |
tree | b1b433c79a507f1912271748e7329ce39eb2a4e5 | |
parent | f0ee70a042e267a517e943220e18ae62d3c1995a [diff] |
i40e: stop using cmpxchg flow in i40e_set_priv_flags() Now that the only places which modify flags are either (a) during initialization prior to creating a netdevice, or (b) while holding the rtnl lock, we no longer need the cmpxchg64 call in i40e_set_priv_flags. 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>