android_kernel_xiaomi_sm8350/net/sched
David S. Miller 37437bb2e1 pkt_sched: Schedule qdiscs instead of netdev_queue.
When we have shared qdiscs, packets come out of the qdiscs
for multiple transmit queues.

Therefore it doesn't make any sense to schedule the transmit
queue when logically we cannot know ahead of time the TX
queue of the SKB that the qdisc->dequeue() will give us.

Just for sanity I added a BUG check to make sure we never
get into a state where the noop_qdisc is scheduled.

Signed-off-by: David S. Miller <davem@davemloft.net>
2008-07-17 19:21:20 -07:00
..
act_api.c [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 2008-03-26 04:39:55 +09:00
act_gact.c
act_ipt.c
act_mirred.c
act_nat.c
act_pedit.c
act_police.c
act_simple.c net_cls_act: act_simple dont ignore realloc code 2008-05-06 00:10:24 -07:00
cls_api.c netdev: Allocate multiple queues for TX. 2008-07-17 19:21:00 -07:00
cls_basic.c
cls_flow.c net-sched: cls_flow: add perturbation support 2008-07-14 20:36:32 -07:00
cls_fw.c
cls_route.c pkt_sched: Remove 'dev' member of struct Qdisc. 2008-07-08 17:06:30 -07:00
cls_rsvp6.c
cls_rsvp.c
cls_rsvp.h
cls_tcindex.c
cls_u32.c [NET_SCHED] cls_u32: refcounting fix for u32_delete() 2008-04-12 18:37:13 -07:00
em_cmp.c
em_meta.c
em_nbyte.c
em_text.c
em_u32.c
ematch.c
Kconfig pkt_sched: Remove CONFIG_NET_SCH_RR 2008-06-27 19:54:05 -07:00
Makefile
sch_api.c pkt_sched: Schedule qdiscs instead of netdev_queue. 2008-07-17 19:21:20 -07:00
sch_atm.c pkt_sched: Remove 'dev' member of struct Qdisc. 2008-07-08 17:06:30 -07:00
sch_blackhole.c
sch_cbq.c pkt_sched: Schedule qdiscs instead of netdev_queue. 2008-07-17 19:21:20 -07:00
sch_dsmark.c pkt_sched: Remove 'dev' member of struct Qdisc. 2008-07-08 17:06:30 -07:00
sch_fifo.c pkt_sched: Remove 'dev' member of struct Qdisc. 2008-07-08 17:06:30 -07:00
sch_generic.c pkt_sched: Schedule qdiscs instead of netdev_queue. 2008-07-17 19:21:20 -07:00
sch_gred.c pkt_sched: Remove 'dev' member of struct Qdisc. 2008-07-08 17:06:30 -07:00
sch_hfsc.c pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). 2008-07-17 19:21:19 -07:00
sch_htb.c pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). 2008-07-17 19:21:19 -07:00
sch_ingress.c net-sched: change tcf_destroy_chain() to clear start of filter list 2008-07-01 19:52:38 -07:00
sch_netem.c pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). 2008-07-17 19:21:19 -07:00
sch_prio.c pkt_sched: Remove RR scheduler. 2008-07-17 19:21:04 -07:00
sch_red.c net-sched: consolidate default fifo qdisc setup 2008-07-05 23:40:21 -07:00
sch_sfq.c pkt_sched: Remove 'dev' member of struct Qdisc. 2008-07-08 17:06:30 -07:00
sch_tbf.c net-sched: consolidate default fifo qdisc setup 2008-07-05 23:40:21 -07:00
sch_teql.c net: Use queue aware tests throughout. 2008-07-17 19:21:07 -07:00