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)
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>

Trivial merge