[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20161229.113918.565955579696972850.davem@davemloft.net>
Date: Thu, 29 Dec 2016 11:39:18 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: yanhaishuang@...s.chinamobile.com
Cc: kuznet@....inr.ac.ru, jmorris@...ei.org, kernel@...p.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] ipv4: Namespaceify tcp_tw_recycle and
tcp_max_tw_buckets knob
From: Haishuang Yan <yanhaishuang@...s.chinamobile.com>
Date: Wed, 28 Dec 2016 17:52:32 +0800
> Different namespace application might require fast recycling
> TIME-WAIT sockets independently of the host.
>
> Signed-off-by: Haishuang Yan <yanhaishuang@...s.chinamobile.com>
Applied, but:
> @@ -111,6 +121,7 @@ struct netns_ipv4 {
> int sysctl_tcp_fin_timeout;
> unsigned int sysctl_tcp_notsent_lowat;
> int sysctl_tcp_tw_reuse;
> + struct inet_timewait_death_row tcp_death_row;
^^
Trailing whitespace I had to fix up.
Powered by blists - more mailing lists