Re: [patch net-next 0/2] net: sched: Fix RED qdisc offload flag

2018-01-02 Thread David Miller
From: Nogah Frankel Date: Mon, 25 Dec 2017 10:51:40 +0200 > Replacing the RED offload flag (TC_RED_OFFLOADED) with the generic one > (TCQ_F_OFFLOADED) deleted some of the logic behind it. This patchset fixes > this problem. Series applied, thank you.

[patch net-next 0/2] net: sched: Fix RED qdisc offload flag

2017-12-25 Thread Nogah Frankel
Replacing the RED offload flag (TC_RED_OFFLOADED) with the generic one (TCQ_F_OFFLOADED) deleted some of the logic behind it. This patchset fixes this problem. Nogah Frankel (2): net_sch: red: Fix the new offload indication net: sched: Move offload check till after dump call net/sched/sch_ap