mbox series

[net-next,v1,0/7] net: dsa: microchip: ksz8: Enhance static MAC table operations and error handling

Message ID 20230404101842.1382986-1-o.rempel@pengutronix.de (mailing list archive)
Headers show
Series net: dsa: microchip: ksz8: Enhance static MAC table operations and error handling | expand

Message

Oleksij Rempel April 4, 2023, 10:18 a.m. UTC
This patch series improves the Microchip ksz8 driver by refactoring
static MAC table operations for code reuse, implementing add/del_fdb
functions, and making better use of error values in
ksz8_r_sta_mac_table() and ksz8_w_sta_mac_table(). The changes aim to
provide a more robust and maintainable driver with improved error
handling.

Oleksij Rempel (7):
  net: dsa: microchip: ksz8: Separate static MAC table operations for
    code reuse
  net: dsa: microchip: ksz8: Implement add/del_fdb and use static MAC
    table operations
  net: dsa: microchip: ksz8: Make ksz8_r_sta_mac_table() static
  net: dsa: microchip: ksz8_r_sta_mac_table(): Avoid using error code
    for empty entries
  net: dsa: microchip: ksz8_r_sta_mac_table(): Utilize error values from
    read/write functions
  net: dsa: microchip: Make ksz8_w_sta_mac_table() static
  net: dsa: microchip: Utilize error values in ksz8_w_sta_mac_table()

 drivers/net/dsa/microchip/ksz8.h       |   8 +-
 drivers/net/dsa/microchip/ksz8795.c    | 179 ++++++++++++++++---------
 drivers/net/dsa/microchip/ksz_common.c |   2 +
 3 files changed, 121 insertions(+), 68 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 6, 2023, 9:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Tue,  4 Apr 2023 12:18:35 +0200 you wrote:
> This patch series improves the Microchip ksz8 driver by refactoring
> static MAC table operations for code reuse, implementing add/del_fdb
> functions, and making better use of error values in
> ksz8_r_sta_mac_table() and ksz8_w_sta_mac_table(). The changes aim to
> provide a more robust and maintainable driver with improved error
> handling.
> 
> [...]

Here is the summary with links:
  - [net-next,v1,1/7] net: dsa: microchip: ksz8: Separate static MAC table operations for code reuse
    https://git.kernel.org/netdev/net-next/c/f6636ff69ec4
  - [net-next,v1,2/7] net: dsa: microchip: ksz8: Implement add/del_fdb and use static MAC table operations
    https://git.kernel.org/netdev/net-next/c/57795412a447
  - [net-next,v1,3/7] net: dsa: microchip: ksz8: Make ksz8_r_sta_mac_table() static
    https://git.kernel.org/netdev/net-next/c/b5751cdd7dbe
  - [net-next,v1,4/7] net: dsa: microchip: ksz8_r_sta_mac_table(): Avoid using error code for empty entries
    https://git.kernel.org/netdev/net-next/c/559901b46810
  - [net-next,v1,5/7] net: dsa: microchip: ksz8_r_sta_mac_table(): Utilize error values from read/write functions
    https://git.kernel.org/netdev/net-next/c/ec2312f33735
  - [net-next,v1,6/7] net: dsa: microchip: Make ksz8_w_sta_mac_table() static
    https://git.kernel.org/netdev/net-next/c/c8e04374f9e1
  - [net-next,v1,7/7] net: dsa: microchip: Utilize error values in ksz8_w_sta_mac_table()
    https://git.kernel.org/netdev/net-next/c/3c2e6b54e4e9

You are awesome, thank you!