Files
ubports_kernel_google_msm/net/sched
Tianyi Gou 9a3bb8a6d6 net: sched: Schedule PRIO qdisc when flow control released
The PRIO qdisc supports flow control, such that packet
dequeue can be disabled based on boolean flag 'enable_flow'.
When flow is re-enabled, the latency for new packets
arriving at network driver is high.  To reduce the delay in
scheduling packets, the qdisc will now invoke
__netif_schedule() to expedite dequeue.  This significantly
reduces the latency of packets arriving at network driver.

Change-Id: Ic5fe3faf86f177300d3018b9f60974ba3811641c
CRs-Fixed: 355156
Acked-by: Jimi Shah <jimis@qualcomm.com>
Signed-off-by: Tianyi Gou <tgou@codeaurora.org>
2013-02-27 18:18:56 -08:00
..
2011-12-14 13:34:55 -05:00
2011-09-15 14:49:43 -04:00
2012-05-01 13:40:48 -04:00
2011-12-29 15:07:21 -05:00