On Thu, Mar 19, 2026 at 6:25 PM Stanislav Fomichev wrote: > > Convert bnxt from ndo_set_rx_mode to ndo_set_rx_mode_async. > bnxt_set_rx_mode, bnxt_mc_list_updated and bnxt_uc_list_updated > now take explicit uc/mc list parameters and iterate with > netdev_hw_addr_list_for_each instead of netdev_for_each_{uc,mc}_addr. > > The bnxt_cfg_rx_mode internal caller passes the real lists under > netif_addr_lock_bh. > > BNXT_RX_MASK_SP_EVENT is still used here, next patch converts to > the direct call. > > Cc: Michael Chan > Cc: Pavan Chebbi > Reviewed-by: Aleksandr Loktionov > Signed-off-by: Stanislav Fomichev Reviewed-by: Michael Chan