[PATCH net-next v6 0/3] net: dsa: yt921x: Add port police support

David Yang posted 3 patches 1 month, 2 weeks ago
drivers/net/dsa/ocelot/felix.c         |   3 +-
drivers/net/dsa/sja1105/sja1105_main.c |   3 +-
drivers/net/dsa/yt921x.c               | 485 ++++++++++++++++++++++---
drivers/net/dsa/yt921x.h               |  87 ++++-
include/net/dsa.h                      |   3 +-
net/dsa/user.c                         |   2 +-
6 files changed, 509 insertions(+), 74 deletions(-)
[PATCH net-next v6 0/3] net: dsa: yt921x: Add port police support
Posted by David Yang 1 month, 2 weeks ago
v5: https://lore.kernel.org/r/20260428112606.1917230-1-mmyangfl@gmail.com
  - remove new line chars in extact messages
v4: https://lore.kernel.org/r/20260409171209.2575583-1-mmyangfl@gmail.com
  - split series and drop patch for qdisc tbf
v3: https://lore.kernel.org/r/20260407160559.1747616-1-mmyangfl@gmail.com
  - explain long registers more accurately
  - fix missing packet mode flag
  - rearrange function layout, in preparation for further patches
v2: https://lore.kernel.org/r/20260402223437.109097-1-mmyangfl@gmail.com
  - refine commit messages and code styles, no functional changes
v1: https://lore.kernel.org/r/20260225090853.2021140-1-mmyangfl@gmail.com
  - pass extack to user tc policers
  - keep reg64 helpers along with reg96
  - avoid macros in favor of functions
  - adjust log messages

David Yang (3):
  net: dsa: pass extack to dsa_switch_ops :: port_policer_add()
  net: dsa: yt921x: Refactor long register helpers
  net: dsa: yt921x: Add port police support

 drivers/net/dsa/ocelot/felix.c         |   3 +-
 drivers/net/dsa/sja1105/sja1105_main.c |   3 +-
 drivers/net/dsa/yt921x.c               | 485 ++++++++++++++++++++++---
 drivers/net/dsa/yt921x.h               |  87 ++++-
 include/net/dsa.h                      |   3 +-
 net/dsa/user.c                         |   2 +-
 6 files changed, 509 insertions(+), 74 deletions(-)

-- 
2.53.0