From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: =?UTF-8?Q?Re:_=e7=ad=94=e5=a4=8d:_[PATCH]_netfilter:_avoid_stalls_i?= =?UTF-8?Q?n_nf=5fct=5falloc=5fhashtable?= Date: Tue, 24 Jul 2018 07:17:57 -0700 Message-ID: <7825838c-cd8e-7f8e-b8b1-3ce4b68f9c38@gmail.com> References: <1532416745-9926-1-git-send-email-lirongqing@baidu.com> <20180724091946.d3b764rlsuid4jai@breakpoint.cc> <2AD939572F25A448A3AE3CAEA61328C2378C969B@BC-MAIL-M28.internal.baidu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 7bit Cc: "netdev@vger.kernel.org" , "pablo@netfilter.org" , "kadlec@blackhole.kfki.hu" To: "Li,Rongqing" , Florian Westphal Return-path: Received: from mail-pg1-f195.google.com ([209.85.215.195]:37380 "EHLO mail-pg1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388552AbeGXPYl (ORCPT ); Tue, 24 Jul 2018 11:24:41 -0400 Received: by mail-pg1-f195.google.com with SMTP id n7-v6so3019416pgq.4 for ; Tue, 24 Jul 2018 07:18:00 -0700 (PDT) In-Reply-To: <2AD939572F25A448A3AE3CAEA61328C2378C969B@BC-MAIL-M28.internal.baidu.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 07/24/2018 02:50 AM, Li,Rongqing wrote: > Thanks, Your patch fixes my issue; > > My patch may be able to reduce stall when modprobe nf module in memory stress, > Do you think this patch has any value? Only if you make it use kvzalloc()/kvfree() Thanks.