diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2005-06-23 23:14:40 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-06-23 23:14:40 -0400 |
commit | 51b0bdedb8e784d0d969a6b77151911130812400 (patch) | |
tree | 2acfa2b696773e96c08641d73aadf6b83d93b10f /include/linux/sysctl.h | |
parent | 31aa02c53c84658f6694f319f09e232ede27be5a (diff) |
[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>
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r-- | include/linux/sysctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 72965bfe6cfb..ebfe1250f0a4 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -243,6 +243,7 @@ enum | |||
243 | NET_CORE_MOD_CONG=16, | 243 | NET_CORE_MOD_CONG=16, |
244 | NET_CORE_DEV_WEIGHT=17, | 244 | NET_CORE_DEV_WEIGHT=17, |
245 | NET_CORE_SOMAXCONN=18, | 245 | NET_CORE_SOMAXCONN=18, |
246 | NET_CORE_BUDGET=19, | ||
246 | }; | 247 | }; |
247 | 248 | ||
248 | /* /proc/sys/net/ethernet */ | 249 | /* /proc/sys/net/ethernet */ |