All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] Bugfixes for HTB
@ 2021-03-11 14:42 Maxim Mikityanskiy
  2021-03-11 14:42 ` [PATCH net 1/2] sch_htb: Fix select_queue for non-offload mode Maxim Mikityanskiy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Maxim Mikityanskiy @ 2021-03-11 14:42 UTC (permalink / raw)
  To: Jamal Hadi Salim, Cong Wang, Jiri Pirko
  Cc: David S. Miller, Jakub Kicinski, Tariq Toukan, Eric Dumazet,
	netdev, 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_htb: Fix select_queue for non-offload mode
  sch_htb: Fix offload cleanup in htb_destroy on htb_init failure

 net/sched/sch_htb.c | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-12  1:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-11 14:42 [PATCH net 0/2] Bugfixes for HTB Maxim Mikityanskiy
2021-03-11 14:42 ` [PATCH net 1/2] sch_htb: Fix select_queue for non-offload mode Maxim Mikityanskiy
2021-03-11 14:42 ` [PATCH net 2/2] sch_htb: Fix offload cleanup in htb_destroy on htb_init failure Maxim Mikityanskiy
2021-03-12  1:36 ` [PATCH net 0/2] Bugfixes for HTB Cong Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.