netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/5] ionic: locking and filter fixes
@ 2020-07-20 23:00 Shannon Nelson
  2020-07-20 23:00 ` [PATCH net 1/5] ionic: use offset for ethtool regs data Shannon Nelson
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Shannon Nelson @ 2020-07-20 23:00 UTC (permalink / raw)
  To: netdev, davem; +Cc: Shannon Nelson

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(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-07-21  1:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-20 23:00 [PATCH net 0/5] ionic: locking and filter fixes Shannon Nelson
2020-07-20 23:00 ` [PATCH net 1/5] ionic: use offset for ethtool regs data Shannon Nelson
2020-07-20 23:00 ` [PATCH net 2/5] ionic: fix up filter locks and debug msgs Shannon Nelson
2020-07-21  0:03   ` Jakub Kicinski
2020-07-21  1:05     ` Shannon Nelson
2020-07-20 23:00 ` [PATCH net 3/5] ionic: update filter id after replay Shannon Nelson
2020-07-20 23:00 ` [PATCH net 4/5] ionic: keep rss hash after fw update Shannon Nelson
2020-07-20 23:00 ` [PATCH net 5/5] ionic: use mutex to protect queue operations Shannon Nelson
2020-07-21  1:09 ` [PATCH net 0/5] ionic: locking and filter fixes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).