Searched hist:"6 e734c82be63ef6a0032c29f6d406d60e4386050" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | sch_taprio.c | diff 6e734c82be63ef6a0032c29f6d406d60e4386050 Tue Apr 23 14:44:24 CDT 2019 Andre Guedes <andre.guedes@intel.com> net: sched: taprio: Fix taprio_dequeue()
In case we don't have 'guard' or 'budget' to transmit the skb, we should continue traversing the qdisc list since the remaining guard/budget might be enough to transmit a skb from other children qdiscs.
Fixes: 5a781ccbd19e (“tc: Add support for configuring the taprio scheduler”) Signed-off-by: Andre Guedes <andre.guedes@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|