Skip to content

Commit

Permalink
net: doc: merge /proc/sys/net/core/* documents into one place
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Shan Wei authored and davem330 committed Apr 27, 2012
1 parent 06b0ab3 commit c60f6aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 1 addition & 4 deletions Documentation/networking/ip-sysctl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions Documentation/sysctl/net.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------

Expand Down

0 comments on commit c60f6aa

Please sign in to comment.