From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:33616 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933119AbeCPQDm (ORCPT ); Fri, 16 Mar 2018 12:03:42 -0400 Date: Fri, 16 Mar 2018 12:03:40 -0400 (EDT) Message-Id: <20180316.120340.1693576482404222025.davem@davemloft.net> To: xiangxia.m.yue@gmail.com Cc: pabeni@redhat.com, edumazet@google.com, netdev@vger.kernel.org Subject: Re: [PATCH v2 1/2] udp: Move the udp sysctl to namespace. From: David Miller In-Reply-To: <1521003437-20341-1-git-send-email-xiangxia.m.yue@gmail.com> References: <1521003437-20341-1-git-send-email-xiangxia.m.yue@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Tonghao Zhang Date: Tue, 13 Mar 2018 21:57:16 -0700 > This patch moves the udp_rmem_min, udp_wmem_min > to namespace and init the udp_l3mdev_accept explicitly. > > The udp_rmem_min/udp_wmem_min affect udp rx/tx queue, > with this patch namespaces can set them differently. > > Signed-off-by: Tonghao Zhang > --- > v2: use a common helper to avoid the code duplication. Applied.