Re: [PATCH net-next v4 0/5] HTB offload

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 19 Jan 2021 14:08:10 +0200 you wrote: > This series adds support for HTB offload to the HTB qdisc, and adds > usage to mlx5 driver. > > The previous RFCs are available at [1], [2]. > > The feature is intended to

[PATCH net-next v4 0/5] HTB offload

2021-01-19 Thread Maxim Mikityanskiy
This series adds support for HTB offload to the HTB qdisc, and adds usage to mlx5 driver. The previous RFCs are available at [1], [2]. The feature is intended to solve the performance bottleneck caused by the single lock of the HTB qdisc, which prevents it from scaling well. The HTB algorithm its