Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 136d0711 authored by Tianyi Gou's avatar Tianyi Gou Committed by Gerrit - the friendly Code Review server
Browse files

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: default avatarJimi Shah <jimis@qualcomm.com>
Signed-off-by: default avatarTianyi Gou <tgou@codeaurora.org>
parent 35afb780
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment