Searched hist:"3 c62f75aac7348ee262b1295cfcfeb3473f76815" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | Makefile | 3c62f75aac7348ee262b1295cfcfeb3473f76815 Thu Nov 09 18:16:21 CST 2006 David Kimdon <david.kimdon@devicescape.com> [PKT_SCHED]: Make sch_fifo.o available when CONFIG_NET_SCHED is not set.
Based on patch by Patrick McHardy.
Add a new option, NET_SCH_FIFO, which provides a simple fifo qdisc without requiring CONFIG_NET_SCHED.
The d80211 stack needs a generic fifo qdisc for WME. At present it uses net/d80211/fifo_qdisc.c which is functionally equivalent to sch_fifo.c. This patch will allow the d80211 stack to remove net/d80211/fifo_qdisc.c and use sch_fifo.c instead.
Signed-off-by: David Kimdon <david.kimdon@devicescape.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | Kconfig | 3c62f75aac7348ee262b1295cfcfeb3473f76815 Thu Nov 09 18:16:21 CST 2006 David Kimdon <david.kimdon@devicescape.com> [PKT_SCHED]: Make sch_fifo.o available when CONFIG_NET_SCHED is not set.
Based on patch by Patrick McHardy.
Add a new option, NET_SCH_FIFO, which provides a simple fifo qdisc without requiring CONFIG_NET_SCHED.
The d80211 stack needs a generic fifo qdisc for WME. At present it uses net/d80211/fifo_qdisc.c which is functionally equivalent to sch_fifo.c. This patch will allow the d80211 stack to remove net/d80211/fifo_qdisc.c and use sch_fifo.c instead.
Signed-off-by: David Kimdon <david.kimdon@devicescape.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|