diff mbox

Doc: fixed descriptions on /proc/sys/net/core/* and /proc/sys/net/unix/*

Message ID 20090515084936.GA11099@rosicky
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Wang Tinggong May 15, 2009, 8:49 a.m. UTC
Signed-off-by: Wang Tinggong <wangtinggong@gmail.com>
---
 Documentation/networking/ip-sysctl.txt |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

Comments

David Miller May 18, 2009, 4:19 a.m. UTC | #1
From: Wang Tinggong <wangtinggong@gmail.com>
Date: Fri, 15 May 2009 16:49:36 +0800

> 
> Signed-off-by: Wang Tinggong <wangtinggong@gmail.com>

Patch applied, thank you.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index ec5de02..b121c5d 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -1266,13 +1266,22 @@  sctp_rmem - vector of 3 INTEGERs: min, default, max
 sctp_wmem  - vector of 3 INTEGERs: min, default, max
 	See tcp_wmem for a description.
 
-UNDOCUMENTED:
 
 /proc/sys/net/core/*
-	dev_weight FIXME
+dev_weight - INTEGER
+	The maximum number of packets that kernel can handle on a NAPI
+	interrupt, it's a Per-CPU variable.
+
+	Default: 64
 
 /proc/sys/net/unix/*
-	max_dgram_qlen FIXME
+max_dgram_qlen - INTEGER
+	The maximum length of dgram socket receive queue
+
+	Default: 10
+
+
+UNDOCUMENTED:
 
 /proc/sys/net/irda/*
 	fast_poll_increase FIXME