Merge branch 'htb-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 12 Mar 2021 02:30:32 +0000 (18:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Mar 2021 02:30:32 +0000 (18:30 -0800)
commit451b2596f54101103530c9d385e8ee08403c8d4e
treeb8fdff78da9b94e59f1c53e92ebe9a6913ebbabd
parent7a1468ba0e02eee24ae1353e8933793a27198e20
parentfb3a3e37de337ec2941c71ff0bcb83e701f3c9f4
Merge branch 'htb-fixes'

Maxim Mikityanskiy says:

====================
Bugfixes for HTB

The HTB offload feature introduced a few bugs in HTB. One affects the
non-offload mode, preventing attaching qdiscs to HTB classes, and the
other affects the error flow, when the netdev doesn't support the
offload, but it was requested. This short series fixes them.
====================

Acked-by: Cong Wang <cong.wang@bytedance.com>
Signed-off-by: David S. Miller <davem@davemloft.net>