linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1 net-next] ipv4: add kernel parameter tcpmhash_entries
@ 2014-11-04 19:23 Fabian Frederick
  2014-11-04 19:32 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Frederick @ 2014-11-04 19:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: Fabian Frederick, Jonathan Corbet, linux-doc

Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
 Documentation/kernel-parameters.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 4c81a86..5f37111 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -3412,6 +3412,11 @@ 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 tcp_metrics_hash slot number.
+			Default value is 8192 or 16384 depending on total
+			ram pages.
+
 	tdfx=		[HW,DRM]
 
 	test_suspend=	[SUSPEND][,N]
-- 
1.9.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1 net-next] ipv4: add kernel parameter tcpmhash_entries
  2014-11-04 19:23 [PATCH 1/1 net-next] ipv4: add kernel parameter tcpmhash_entries Fabian Frederick
@ 2014-11-04 19:32 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2014-11-04 19:32 UTC (permalink / raw)
  To: Fabian Frederick; +Cc: linux-kernel, linux-doc

On Tue,  4 Nov 2014 20:23:08 +0100
Fabian Frederick <fabf@skynet.be> wrote:

> +			Set tcp_metrics_hash slot number.

So I'm not entirely clear on what that means.  Did you mean "Set the
number of tcp_metrics_hash slots"?  If so, that wording should be used.

Even in that case, though, what does this parameter actually *mean*?  If
we're going to document the parameter (and I think we should), it would
be good to say why a user might want to change it and what effects they
would expect to see.

Care to redo with that in mind?

Thanks,

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-04 19:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-04 19:23 [PATCH 1/1 net-next] ipv4: add kernel parameter tcpmhash_entries Fabian Frederick
2014-11-04 19:32 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).