mbox series

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

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

Message

Shannon Nelson July 21, 2020, 5:46 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.

v2: filter spinlock additions and debug msg changes were
    split into separate patches

Shannon Nelson (6):
  ionic: use offset for ethtool regs data
  ionic: add missing filter locking
  ionic: fix up filter 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

Shannon Nelson July 21, 2020, 5:51 p.m. UTC | #1
On 7/21/20 10:46 AM, Shannon Nelson wrote:
> 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.
>

My apologies, Dave.  I just found the "Series applied" message in my 
spam folder... Thanks Thunderbird.
sln