OSDN Git Service

Merge branch 'net-dsa-microchip-ksz8-enhance-static-mac-table-operations-and-error...
authorPaolo Abeni <pabeni@redhat.com>
Thu, 6 Apr 2023 09:34:47 +0000 (11:34 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 6 Apr 2023 09:34:48 +0000 (11:34 +0200)
commit0f72997036f32264fbecefb6a329de8e8d1bb5ce
treecc741c884f94714157bbaa35f3baa5d00f4d7b74
parentb536f32b5b034f592df0f0ba129ad59fa0f3e532
parent3c2e6b54e4e98f85bc9e17e20d6c702dd907afd3
Merge branch 'net-dsa-microchip-ksz8-enhance-static-mac-table-operations-and-error-handling'

Oleksij Rempel says:

====================
net: dsa: microchip: ksz8: Enhance static MAC table operations and error handling

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.
====================

Link: https://lore.kernel.org/r/20230404101842.1382986-1-o.rempel@pengutronix.de
Signed-off-by: Paolo Abeni <pabeni@redhat.com>