From: Stephen Hemminger Date: Fri, 24 Jun 2005 03:14:40 +0000 (-0700) Subject: [NET]: Separate two usages of netdev_max_backlog. X-Git-Tag: v2.6.13-rc1~68^2~254^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51b0bdedb8e784d0d969a6b77151911130812400;p=pandora-kernel.git [NET]: Separate two usages of netdev_max_backlog. Separate out the two uses of netdev_max_backlog. One controls the upper bound on packets processed per softirq, the new name for this is netdev_budget; the other controls the limit on packets queued via netif_rx. Increase the max_backlog default to account for faster processors. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed