[PATCH net-next v3 0/2] net: dsa: yt921x: Add port TBF support

From: David Yang

Date: Fri May 08 2026 - 02:59:01 EST


v2: https://lore.kernel.org/r/20260504101258.1608004-1-mmyangfl@xxxxxxxxx
- drop changes on tc_tbf_qopt_offload_replace_params
- drop excessive checks for tbf setup
- react to TC_TBF_STATS correctly
v1: https://lore.kernel.org/r/20260502215314.917687-1-mmyangfl@xxxxxxxxx
- remove queue related register definiations
- add missing extack param during tbf setup
v0: https://lore.kernel.org/r/20260409171209.2575583-1-mmyangfl@xxxxxxxxx
- picked from old series
- add extack to the offload struct
- add all params to the offload struct

David Yang (2):
net/sched: tbf: add extack to offload params
net: dsa: yt921x: Add port TBF support

drivers/net/dsa/yt921x.c | 84 ++++++++++++++++++++++++++++++++++++++++
drivers/net/dsa/yt921x.h | 18 +++++++++
include/net/pkt_cls.h | 1 +
net/sched/sch_tbf.c | 9 ++++-
4 files changed, 110 insertions(+), 2 deletions(-)

--
2.53.0