From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Date: Thu, 19 Dec 2019 16:59:53 +0100 Subject: [Intel-wired-lan] [PATCH bpf v2 0/4] Fix concurrency issues between XSK wakeup and control path using RCU In-Reply-To: References: <20191217162023.16011-1-maximmi@mellanox.com> Message-ID: <20191219155953.GD4198@linux-9.fritz.box> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On Tue, Dec 17, 2019 at 06:33:14PM +0100, Bj?rn T?pel wrote: > On 2019-12-17 17:20, Maxim Mikityanskiy wrote: > > This series addresses the issue described in the commit message of the > > first patch: lack of synchronization between XSK wakeup and destroying > > the resources used by XSK wakeup. The idea is similar to > > napi_synchronize. The series contains fixes for the drivers that > > implement XSK. I haven't tested the changes to Intel's drivers, so, > > Intel guys, please review them. > > Max, thanks a lot for compiling the series on your vacation! Applied, thanks!