Re: [PATCH net 2/3] net: sched: Move to new offload indication in RED

2017-12-14 Thread Jiri Pirko
Thu, Dec 14, 2017 at 02:54:30PM CET, yuv...@mellanox.com wrote: >Let RED utilize the new internal flag, TCQ_F_OFFLOADED, >to mark a given qdisc as offloaded instead of using a dedicated >indication. > >Also, change internal logic into looking at said flag when possible. > >Fixes: 602f3baf2218 ("net

[PATCH net 2/3] net: sched: Move to new offload indication in RED

2017-12-14 Thread Yuval Mintz
Let RED utilize the new internal flag, TCQ_F_OFFLOADED, to mark a given qdisc as offloaded instead of using a dedicated indication. Also, change internal logic into looking at said flag when possible. Fixes: 602f3baf2218 ("net_sch: red: Add offload ability to RED qdisc") Signed-off-by: Yuval Mint