From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751348AbdJRPbs (ORCPT ); Wed, 18 Oct 2017 11:31:48 -0400 Received: from www62.your-server.de ([213.133.104.62]:43856 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750751AbdJRPbq (ORCPT ); Wed, 18 Oct 2017 11:31:46 -0400 Message-ID: <59E773DC.5090206@iogearbox.net> Date: Wed, 18 Oct 2017 17:31:40 +0200 From: Daniel Borkmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Alexei Starovoitov CC: Tejun Heo , "David S. Miller" , Alexei Starovoitov , John Fastabend , Mark Rutland , Richard Weinberger , sp3485@columbia.edu, "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Dennis Zhou Subject: Re: [PATCH net 0/3] Fix for BPF devmap percpu allocation splat References: <20171018132526.GC1302522@devbig577.frc2.facebook.com> <59E75F4F.7070706@iogearbox.net> <59E7639A.4060604@iogearbox.net> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: daniel@iogearbox.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/18/2017 05:28 PM, Alexei Starovoitov wrote: > On Wed, Oct 18, 2017 at 7:22 AM, Daniel Borkmann wrote: >> >> Higher prio imo would be to make the allocation itself faster >> though, I remember we talked about this back in May wrt hashtable, >> but I kind of lost track whether there was an update on this in >> the mean time. ;-) > > new percpu allocator by Dennis fixed those issues. It's in 4.14 Ah, perfect!