From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] tcp: Remove tcp_low_latency sysctl. Date: Tue, 12 Dec 2017 09:49:53 -0500 (EST) Message-ID: <20171212.094953.265369420292062485.davem@davemloft.net> References: <1513089788-2626-1-git-send-email-xiangxia.m.yue@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: fw@strlen.de, netdev@vger.kernel.org To: xiangxia.m.yue@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:50534 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752126AbdLLOt4 (ORCPT ); Tue, 12 Dec 2017 09:49:56 -0500 In-Reply-To: <1513089788-2626-1-git-send-email-xiangxia.m.yue@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Tonghao Zhang Date: Tue, 12 Dec 2017 06:43:08 -0800 > The prequeue has been removed from the kernel. If we leave > the tcp_low_latency in kernel, it may confuse the users. > If users can't find the option, the doc may tell them why. > So we remove also the sysctl about tcp_low_latency. > > Signed-off-by: Tonghao Zhang If you remove the sysctl, it will break scripts. That's why we left it around.