From patchwork Fri May 15 08:49:36 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Tinggong X-Patchwork-Id: 27247 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@bilbo.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 60A19B707E for ; Fri, 15 May 2009 18:52:33 +1000 (EST) Received: by ozlabs.org (Postfix) id ECE1BDE0BA; Fri, 15 May 2009 18:50:18 +1000 (EST) Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 7C5BDDE0A6 for ; Fri, 15 May 2009 18:50:18 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758528AbZEOItc (ORCPT ); Fri, 15 May 2009 04:49:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758911AbZEOItc (ORCPT ); Fri, 15 May 2009 04:49:32 -0400 Received: from mail-px0-f123.google.com ([209.85.216.123]:36445 "EHLO mail-px0-f123.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756664AbZEOItb (ORCPT ); Fri, 15 May 2009 04:49:31 -0400 Received: by pxi29 with SMTP id 29so942468pxi.33 for ; Fri, 15 May 2009 01:49:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:mime-version:content-type:content-disposition; bh=5GofJ08LTyFsHRGrnAzqiCsJhqfWf2Fhz1EA8V0BMeo=; b=SNchPFxNsp0toiYEqVFb2el2j8cSdP1Aq9knnKfM5Ol17dwBjpL8eBsLOeZ3ON0Ksl TbIyrWt6f/Pw88KBUrKvLwYbvwjVwAvxO3Sf8oO7HKxLVDDWIkRCoHtoaJ36VZU3LYdq ydKi/adPGg9z4sI1JsQdbF6qjTAbo3scDm/S8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition; b=OT6H+p22n6rPQ+rvz2ZOSC56oPmIxX45GOzweR1Oa5f1/dlfJPclWuRU/s/HxVJUSX +oqF3M3Mae7sEKJDF1WbTxei+0oJWwjPJfYhcNJ+s4UydMpxA5Q39Byeu0PyVtPD03Wd QsycSlOHuwrIcF3ApTcgTZBaLQv3z7bAx4eyw= Received: by 10.115.32.8 with SMTP id k8mr4192207waj.54.1242377372157; Fri, 15 May 2009 01:49:32 -0700 (PDT) Received: from localhost ([218.66.59.128]) by mx.google.com with ESMTPS id f20sm1189806waf.17.2009.05.15.01.49.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 15 May 2009 01:49:31 -0700 (PDT) Date: Fri, 15 May 2009 16:49:36 +0800 From: Wang Tinggong To: Jiri Kosina Cc: trivial@kernel.org, netdev@vger.kernel.org Subject: [PATCH] Doc: fixed descriptions on /proc/sys/net/core/* and /proc/sys/net/unix/* Message-ID: <20090515084936.GA11099@rosicky> MIME-Version: 1.0 Content-Disposition: inline Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Wang Tinggong --- Documentation/networking/ip-sysctl.txt | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) 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