* [PATCH net-next] Documentation: fix neigh/default/gc_thresh1 default value.
@ 2013-03-15 8:49 roy.qing.li
2013-03-15 13:12 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: roy.qing.li @ 2013-03-15 8:49 UTC (permalink / raw)
To: netdev
From: Li RongQing <roy.qing.li@gmail.com>
The default value is 128, not 256
#grep gc_thresh1 net/ -rI
net/decnet/dn_neigh.c: .gc_thresh1 = 128,
net/ipv6/ndisc.c: .gc_thresh1 = 128,
net/ipv4/arp.c: .gc_thresh1 = 128,
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
---
Documentation/networking/ip-sysctl.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index 1cae6c3..18a24c4 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -29,7 +29,7 @@ route/max_size - INTEGER
neigh/default/gc_thresh1 - INTEGER
Minimum number of entries to keep. Garbage collector will not
purge entries if there are fewer than this number.
- Default: 256
+ Default: 128
neigh/default/gc_thresh3 - INTEGER
Maximum number of neighbor entries allowed. Increase this
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] Documentation: fix neigh/default/gc_thresh1 default value.
2013-03-15 8:49 [PATCH net-next] Documentation: fix neigh/default/gc_thresh1 default value roy.qing.li
@ 2013-03-15 13:12 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-03-15 13:12 UTC (permalink / raw)
To: roy.qing.li; +Cc: netdev
From: roy.qing.li@gmail.com
Date: Fri, 15 Mar 2013 16:49:47 +0800
> From: Li RongQing <roy.qing.li@gmail.com>
>
> The default value is 128, not 256
> #grep gc_thresh1 net/ -rI
> net/decnet/dn_neigh.c: .gc_thresh1 = 128,
> net/ipv6/ndisc.c: .gc_thresh1 = 128,
> net/ipv4/arp.c: .gc_thresh1 = 128,
>
> Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-15 13:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-15 8:49 [PATCH net-next] Documentation: fix neigh/default/gc_thresh1 default value roy.qing.li
2013-03-15 13:12 ` David Miller
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).