Hi,
This patch series adds a few functionality for bnge driver:
Patch 1-2: Implements ndo_set_rx_mode_async().
Patch 3: Adds a dedicated HWRM (Hardware Resource Management) command
sequence to handle explicit interface down and up transitions cleanly.
Thanks,
Vikas
v1->v2:
1) Addressed review comments from Sashiko.
https://sashiko.dev/#/patchset/20260724142954.3101980-2-vikas.gupta@broadcom.com
https://netdev-ai.bots.linux.dev/sashiko/#/patchset/20260724142954.3101980-2-vikas.gupta@broadcom.com
2) Removed a patch (bnge shutdown callback implementation) from the series, bringing
the patch count down to 3. The implementation shall be pushed in a separate series.
Vikas Gupta (3):
bnge: refactor rx mode helpers to accept explicit address lists
bnge: add ndo_set_rx_mode_async support
bnge: send hwrm for interface down/up transitions
.../net/ethernet/broadcom/bnge/bnge_netdev.c | 132 ++++++++++++++----
.../net/ethernet/broadcom/bnge/bnge_netdev.h | 6 +
2 files changed, 112 insertions(+), 26 deletions(-)
--
2.47.1