mbox series

[net,0/5] ionic: locking and filter fixes

Message ID 20200720230017.20419-1-snelson@pensando.io
Headers show
Series ionic: locking and filter fixes | expand

Message

Shannon Nelson July 20, 2020, 11 p.m. UTC
These patches address an ethtool show regs problem, some locking sightings,
and issues with RSS hash and filter_id tracking after a managed FW update.

Shannon Nelson (5):
  ionic: use offset for ethtool regs data
  ionic: fix up filter locks and debug msgs
  ionic: update filter id after replay
  ionic: keep rss hash after fw update
  ionic: use mutex to protect queue operations

 .../ethernet/pensando/ionic/ionic_ethtool.c   |  7 ++-
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 50 +++++++++----------
 .../net/ethernet/pensando/ionic/ionic_lif.h   |  8 +--
 .../ethernet/pensando/ionic/ionic_rx_filter.c | 29 +++++++++++
 .../net/ethernet/pensando/ionic/ionic_txrx.c  |  6 ---
 5 files changed, 60 insertions(+), 40 deletions(-)

Comments

David Miller July 21, 2020, 1:09 a.m. UTC | #1
From: Shannon Nelson <snelson@pensando.io>
Date: Mon, 20 Jul 2020 16:00:12 -0700

> These patches address an ethtool show regs problem, some locking sightings,
> and issues with RSS hash and filter_id tracking after a managed FW update.

Series applied, thank you.