[RFC PATCH 09/17] net: sched: check for frozen queue before skb_bad_txq check

2017-11-13 Thread John Fastabend
I can not think of any reason to pull the bad txq skb off the qdisc if the txq we plan to send this on is still frozen. So check for frozen queue first and abort before dequeuing either skb_bad_txq skb or normal qdisc dequeue() skb. Signed-off-by: John Fastabend --- 0 files changed diff --git a

[RFC PATCH 09/17] net: sched: check for frozen queue before skb_bad_txq check

2017-05-02 Thread John Fastabend
I can not think of any good reason to pull the bad txq skb off the qdisc if the txq we plan to send this on is still frozen. So check for frozen queue first and abort before dequeuing either skb_bad_txq skb or normal qdisc dequeue() skb. Signed-off-by: John Fastabend --- net/sched/sch_generic.c