All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] neigh: document gc_thresh2
@ 2014-08-25 22:05 Stephen Hemminger
  2014-08-26  0:37 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2014-08-25 22:05 UTC (permalink / raw)
  To: David Miller, Randy Dunlap; +Cc: netdev, linux-doc

Missing documentation for gc_thresh2 sysctl.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

--- a/Documentation/networking/ip-sysctl.txt	2014-08-12 13:07:41.000000000 -0700
+++ b/Documentation/networking/ip-sysctl.txt	2014-08-22 12:19:05.020051095 -0700
@@ -65,6 +65,12 @@ neigh/default/gc_thresh1 - INTEGER
 	purge entries if there are fewer than this number.
 	Default: 128
 
+neigh/default/gc_thresh2 - INTEGER
+	Threshold when garbage collector becomes more aggressive about
+	purging entries. Entries older than 5 seconds will be cleared
+	when over this number.
+	Default: 512
+
 neigh/default/gc_thresh3 - INTEGER
 	Maximum number of neighbor entries allowed.  Increase this
 	when using large numbers of interfaces and when communicating

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

* Re: [PATCH net-next] neigh: document gc_thresh2
  2014-08-25 22:05 [PATCH net-next] neigh: document gc_thresh2 Stephen Hemminger
@ 2014-08-26  0:37 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-08-26  0:37 UTC (permalink / raw)
  To: stephen; +Cc: rdunlap, netdev, linux-doc

From: Stephen Hemminger <stephen@networkplumber.org>
Date: Mon, 25 Aug 2014 15:05:30 -0700

> Missing documentation for gc_thresh2 sysctl.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

Applied, thanks Stephen.

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

end of thread, other threads:[~2014-08-26  0:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-25 22:05 [PATCH net-next] neigh: document gc_thresh2 Stephen Hemminger
2014-08-26  0:37 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.