Re: [net-next 00/10][pull request] 40GbE Intel Wired LAN Driver Updates 2018-03-26

2018-03-27 Thread David Miller
From: Jeff Kirsher Date: Mon, 26 Mar 2018 14:40:53 -0700 > This series contains updates to i40e only. > > Jake provides several patches which remove the need for cmpxchg64(), > starting with moving I40E_FLAG_[UDP]_FILTER_SYNC from pf->flags to pf->state > since they are modified during run time

[net-next 00/10][pull request] 40GbE Intel Wired LAN Driver Updates 2018-03-26

2018-03-26 Thread Jeff Kirsher
This series contains updates to i40e only. Jake provides several patches which remove the need for cmpxchg64(), starting with moving I40E_FLAG_[UDP]_FILTER_SYNC from pf->flags to pf->state since they are modified during run time possibly when the RTNL lock is not held so they should be a state bit