commit | 3c0cfc135829b98f7a4894938652f9ef78e24237 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Oct 10 16:32:41 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:55:59 2007 -0700 |
tree | 0036bb59e5d0df59d04c22c83fa265936e36939f | |
parent | 32d1316b91424423d7b44944f18cdaca268f3db2 [diff] |
[NET_SCHED]: Show timer resolution instead of clock resolution in /proc/net/psched The fourth parameter of /proc/net/psched is supposed to show the timer resultion and is used by HTB userspace to calculate the necessary burst rate. Currently we show the clock resolution, which results in a too low burst rate when the two differ. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>