Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c60f6aa8 authored by Shan Wei's avatar Shan Wei Committed by David S. Miller
Browse files

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: default avatarShan Wei <davidshan@tencent.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 06b0ab37
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -1484,11 +1484,8 @@ addr_scope_policy - INTEGER


/proc/sys/net/core/*
dev_weight - INTEGER
	The maximum number of packets that kernel can handle on a NAPI
	interrupt, it's a Per-CPU variable.
	Please see: Documentation/sysctl/net.txt for descriptions of these entries.

	Default: 64

/proc/sys/net/unix/*
max_dgram_qlen - INTEGER
+7 −0
Original line number Diff line number Diff line
@@ -43,6 +43,13 @@ Values :
	1 - enable the JIT
	2 - enable the JIT and ask the compiler to emit traces on kernel log.

dev_weight
--------------

The maximum number of packets that kernel can handle on a NAPI interrupt,
it's a Per-CPU variable.
Default: 64

rmem_default
------------