From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755901AbcL0R34 (ORCPT ); Tue, 27 Dec 2016 12:29:56 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:40584 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755658AbcL0R3q (ORCPT ); Tue, 27 Dec 2016 12:29:46 -0500 Date: Tue, 27 Dec 2016 12:29:44 -0500 (EST) Message-Id: <20161227.122944.1566432083534281121.davem@davemloft.net> To: yanhaishuang@cmss.chinamobile.com Cc: kuznet@ms2.inr.ac.ru, jmorris@namei.org, kaber@trash.net, kernel@kyup.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] ipv4: Namespaceify tcp_tw_reuse knob From: David Miller In-Reply-To: <1482647596-25239-1-git-send-email-yanhaishuang@cmss.chinamobile.com> References: <1482647596-25239-1-git-send-email-yanhaishuang@cmss.chinamobile.com> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 27 Dec 2016 08:30:31 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Haishuang Yan Date: Sun, 25 Dec 2016 14:33:16 +0800 > Different namespaces might have different requirements to reuse > TIME-WAIT sockets for new connections. This might be required in > cases where different namespace applications are in place which > require TIME_WAIT socket connections to be reduced independently > of the host. > > Signed-off-by: Haishuang Yan > > --- > Changes in v2: > - Make the commit message more clearer. Applied.