Hi,
This patch series adds a few functionality for bnge driver:
Patch 1: Makes bnge_shutdown() functional by properly unregistering the
netdevice and freeing associated hardware queues and interrupts.
Patch 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
Vikas Gupta (4):
bnge: add steps in bnge_shutdown()
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_core.c | 24 ++++
.../net/ethernet/broadcom/bnge/bnge_netdev.c | 123 ++++++++++++++----
.../net/ethernet/broadcom/bnge/bnge_netdev.h | 2 +
3 files changed, 126 insertions(+), 23 deletions(-)
--
2.47.1