From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [PATCH] bpf: follow idr code convention Date: Tue, 27 Mar 2018 22:58:40 +0200 Message-ID: <9553e6ad-9baf-57bb-2aed-1b2c202b161e@iogearbox.net> References: <90243b64dad0d1de21f1a57994d2c43e5facbb33.1522175003.git.shli@fb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Kernel Team , Shaohua Li , Alexei Starovoitov To: Shaohua Li , "netdev @ vger . kernel . org" Return-path: Received: from www62.your-server.de ([213.133.104.62]:38669 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751067AbeC0U6n (ORCPT ); Tue, 27 Mar 2018 16:58:43 -0400 In-Reply-To: <90243b64dad0d1de21f1a57994d2c43e5facbb33.1522175003.git.shli@fb.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 03/27/2018 08:53 PM, Shaohua Li wrote: > From: Shaohua Li > > Generally we do a preload before doing idr allocation. This also help > improve the allocation success rate in memory pressure. > > Cc: Daniel Borkmann > Cc: Alexei Starovoitov > Signed-off-by: Shaohua Li Looks good, applied to bpf-next, thanks Shaohua!