On Sat Jan 28 2023, Vladimir Oltean wrote: > Simplify taprio_dequeue_from_txq() by noticing that we can goto one call > earlier than the previous skb_found label. This is possible because > we've unified the treatment of the child->ops->dequeue(child) return > call, we always try other TXQs now, instead of abandoning the root > dequeue completely if we failed in the peek() case. > > Signed-off-by: Vladimir Oltean Reviewed-by: Kurt Kanzenbach