[NET]: Separate two usages of netdev_max_backlog.
authorStephen Hemminger <shemminger@osdl.org>
Fri, 24 Jun 2005 03:14:40 +0000 (20:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jun 2005 03:14:40 +0000 (20:14 -0700)
commit51b0bdedb8e784d0d969a6b77151911130812400
tree2acfa2b696773e96c08641d73aadf6b83d93b10f
parent31aa02c53c84658f6694f319f09e232ede27be5a
[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 <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/sysctl.h
net/core/dev.c
net/core/sysctl_net_core.c
This page took 0.025391 seconds and 5 git commands to generate.