Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: doc: merge /proc/sys/net/core/* documents into one place

All parameter descriptions in /proc/sys/net/core/* now is separated
two places. So, merge them into Documentation/sysctl/net.txt.

Signed-off-by: Shan Wei <davidshan@tencent.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Shan Wei and committed by
David S. Miller
c60f6aa8 06b0ab37

+8 -4
+1 -4
Documentation/networking/ip-sysctl.txt
··· 1484 1484 1485 1485 1486 1486 /proc/sys/net/core/* 1487 - dev_weight - INTEGER 1488 - The maximum number of packets that kernel can handle on a NAPI 1489 - interrupt, it's a Per-CPU variable. 1487 + Please see: Documentation/sysctl/net.txt for descriptions of these entries. 1490 1488 1491 - Default: 64 1492 1489 1493 1490 /proc/sys/net/unix/* 1494 1491 max_dgram_qlen - INTEGER
+7
Documentation/sysctl/net.txt
··· 43 43 1 - enable the JIT 44 44 2 - enable the JIT and ask the compiler to emit traces on kernel log. 45 45 46 + dev_weight 47 + -------------- 48 + 49 + The maximum number of packets that kernel can handle on a NAPI interrupt, 50 + it's a Per-CPU variable. 51 + Default: 64 52 + 46 53 rmem_default 47 54 ------------ 48 55