Re: [PATCH 2/3] net: mana: Add sched HTB offload support
From: Stephen Hemminger
Date: Thu Apr 17 2025 - 11:11:29 EST
On Thu, 17 Apr 2025 00:57:09 -0700
Erni Sri Satya Vennela <ernis@xxxxxxxxxxxxxxxxxxx> wrote:
> Introduce support for HTB qdisc offload in the mana ethernet
> controller. This controller can offload only one HTB leaf.
> The HTB leaf supports clamping the bandwidth for egress traffic.
> It uses the function mana_set_bw_clamp(), which internally calls
> a HWC command to the hardware to set the speed.
A single leaf is just Token Bucket Filter (TBF).
Are you just trying to support some vendor config?