commit | aaae3013d186d71a01e1059c9633c4ec8729d891 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Sat Jun 18 22:57:42 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 18 22:57:42 2005 -0700 |
tree | 533e5512f5f8497ae293db9bd828a771e957fd8a | |
parent | 9972b25d0c6e7f8f893eb3444dea37b42b1201de [diff] |
[PKT_SCHED]: Transform fifo qdisc to use generic queue management interface The simplicity of the fifo qdisc allows several qdisc operations to be redirected to the relevant queue management function directly. Saves a lot of code lines and gives the pfifo a byte based backlog. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>