Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751590AbaKFSrC (ORCPT ); Thu, 6 Nov 2014 13:47:02 -0500 Received: from mailrelay003.isp.belgacom.be ([195.238.6.53]:33987 "EHLO mailrelay003.isp.belgacom.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751232AbaKFSq7 (ORCPT ); Thu, 6 Nov 2014 13:46:59 -0500 X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuwNAMrAW1RbsGyn/2dsb2JhbABbgw6BLbdbCwUBdJoTgSIXAQEBAQF9hF8jgRo3iEUBwBePQiyGOIpZHYQ1BZ4UgTKLS4IphzOBRwE2IIFbPC+BBiOBIgEBAQ From: Fabian Frederick To: linux-kernel@vger.kernel.org Cc: "David S. Miller" , Fabian Frederick , Jonathan Corbet , linux-doc@vger.kernel.org Subject: [PATCH V2 linux-next] ipv4: add kernel parameter tcpmhash_entries Date: Thu, 6 Nov 2014 19:46:50 +0100 Message-Id: <1415299611-5373-1-git-send-email-fabf@skynet.be> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch also adds a reference to ip-sysctl.txt where TCP metrics setup is described Signed-off-by: Fabian Frederick --- V2: Add a reference to ip-sysctl and update description. (suggested by Jonathan Corbet). Documentation/kernel-parameters.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 3c5a178..e8b25d0 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -3434,6 +3434,13 @@ bytes respectively. Such letter suffixes can also be entirely omitted. neutralize any effect of /proc/sys/kernel/sysrq. Useful for debugging. + tcpmhash_entries= [KNL,NET] + Set the number of tcp_metrics_hash slots. + Default value is 8192 or 16384 depending on total + ram pages. This is used to specify the TCP metrics + cache size. See Documentation/networking/ip-sysctl.txt + "tcp_no_metrics_save" section for more details. + tdfx= [HW,DRM] test_suspend= [SUSPEND][,N] -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/