[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210826012451.54456-1-snelson@pensando.io>
Date: Wed, 25 Aug 2021 18:24:45 -0700
From: Shannon Nelson <snelson@...sando.io>
To: davem@...emloft.net, netdev@...r.kernel.org, kuba@...nel.org
Cc: drivers@...sando.io, jtoppins@...hat.com,
Shannon Nelson <snelson@...sando.io>
Subject: [PATCH net-next 0/5] ionic: queue and filter mgmt updates
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(-)
--
2.17.1
Powered by blists - more mailing lists