mbox series

[net-next,0/5] ionic: queue and filter mgmt updates

Message ID 20210826012451.54456-1-snelson@pensando.io (mailing list archive)
Headers show
Series ionic: queue and filter mgmt updates | expand

Message

Shannon Nelson Aug. 26, 2021, 1:24 a.m. UTC
After a pair of simple code cleanups, we change the mac filter
management to split the updates between the driver's filter
list and the device's filter list so that we can keep the calls
to dev_uc_sync() and dev_mc_sync() under the netif_addr_lock
in ndo_set_rx_mode, and then sync the driver's list to the
device later in the rx_mode work task.

Shannon Nelson (5):
  ionic: remove old work task types
  ionic: flatten calls to set-rx-mode
  ionic: sync the filters in the work task
  ionic: refactor ionic_lif_addr to remove a layer
  ionic: handle mac filter overflow

 .../net/ethernet/pensando/ionic/ionic_dev.c   |  13 ++
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 218 ++++++++++--------
 .../net/ethernet/pensando/ionic/ionic_lif.h   |   8 +-
 .../ethernet/pensando/ionic/ionic_rx_filter.c | 143 +++++++++++-
 .../ethernet/pensando/ionic/ionic_rx_filter.h |  14 +-
 5 files changed, 285 insertions(+), 111 deletions(-)