git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0320f7
)
Documentation: fix neigh/default/gc_thresh1 default value.
author
Li RongQing
<roy.qing.li@gmail.com>
Thu, 14 Mar 2013 22:49:47 +0000
(22:49 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 15 Mar 2013 13:12:23 +0000
(09:12 -0400)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found