Re: [PATCH net 0/2] Bugfixes for HTB

2021-03-11 Thread Cong Wang
On Thu, Mar 11, 2021 at 6:42 AM Maxim Mikityanskiy wrote: > > 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 requ

[PATCH net 0/2] Bugfixes for HTB

2021-03-11 Thread Maxim Mikityanskiy
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. Maxim Mikityanskiy (2): sch_h