From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH bpf-next v3 07/15] bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP Date: Mon, 8 Oct 2018 09:55:15 -0700 Message-ID: <044ed6af-b3df-d916-9550-43226179e1e3@gmail.com> References: <20180502110136.3738-1-bjorn.topel@gmail.com> <20180502110136.3738-8-bjorn.topel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: "Karlsson, Magnus" , "Duyck, Alexander H" , Alexander Duyck , John Fastabend , Alexei Starovoitov , Jesper Dangaard Brouer , Willem de Bruijn , Daniel Borkmann , "Michael S. Tsirkin" , Netdev , =?UTF-8?B?QmrDtnJuIFTDtnBlbA==?= , michael.lundkvist@ericsson.com, "Brandeburg, Jesse" , "Singhai, Anjali" , "Zhang, Qi Z" To: =?UTF-8?B?QmrDtnJuIFTDtnBlbA==?= , Eric Dumazet Return-path: Received: from mail-pg1-f194.google.com ([209.85.215.194]:45836 "EHLO mail-pg1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726291AbeJIAH4 (ORCPT ); Mon, 8 Oct 2018 20:07:56 -0400 Received: by mail-pg1-f194.google.com with SMTP id t70-v6so8072038pgd.12 for ; Mon, 08 Oct 2018 09:55:18 -0700 (PDT) In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 10/08/2018 09:05 AM, Björn Töpel wrote: > > Thanks for finding and pointing this out, Eric! > > I'll have look and get back with a patch. > > You might take a look at SOCK_RCU_FREE flag for sockets.