Re: [PATCH net 3/3] pkt_sched: Remove TC_RED_OFFLOADED from uapi

2017-12-14 Thread Jiri Pirko
Thu, Dec 14, 2017 at 02:54:31PM CET, yuv...@mellanox.com wrote: >Following the previous patch, RED is now using the new uniform uapi >for indicating it's offloaded. As a result, TC_RED_OFFLOADED is no >longer utilized by kernel and can be removed [as it's still not >part of any stable release]. > >

[PATCH net 3/3] pkt_sched: Remove TC_RED_OFFLOADED from uapi

2017-12-14 Thread Yuval Mintz
Following the previous patch, RED is now using the new uniform uapi for indicating it's offloaded. As a result, TC_RED_OFFLOADED is no longer utilized by kernel and can be removed [as it's still not part of any stable release]. Fixes: 602f3baf2218 ("net_sch: red: Add offload ability to RED qdisc")