From 0dc94fac37eea83e0803ddf5934308fd17bcf17a Mon Sep 17 00:00:00 2001 From: Stanislaw Gruszka Date: Wed, 18 Mar 2009 18:51:06 -0700 Subject: [PATCH] --- yaml --- r: 132539 b: refs/heads/master c: e9c6a586f5335938b11be0a2554af58a2860e4ef h: refs/heads/master i: 132537: fb127abe9a81cccda6f78e546a5810131606f829 132535: 3e12a326dd6a3167df0f7d2af98fef828531ae39 v: v3 --- [refs] | 2 +- trunk/Documentation/filesystems/proc.txt | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 20ba0ac505d0..1a1d83070c47 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 69145635d4db0a0382885b14634aa5b721f3aa1a +refs/heads/master: e9c6a586f5335938b11be0a2554af58a2860e4ef diff --git a/trunk/Documentation/filesystems/proc.txt b/trunk/Documentation/filesystems/proc.txt index a87be42f8211..830bad7cce0f 100644 --- a/trunk/Documentation/filesystems/proc.txt +++ b/trunk/Documentation/filesystems/proc.txt @@ -1478,6 +1478,13 @@ of problems on the network like duplicate address or bad checksums. Normally, this should be enabled, but if the problem persists the messages can be disabled. +netdev_budget +------------- + +Maximum number of packets taken from all interfaces in one polling cycle (NAPI +poll). In one polling cycle interfaces which are registered to polling are +probed in a round-robin manner. The limit of packets in one such probe can be +set per-device via sysfs class/net//weight . netdev_max_backlog ------------------