netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] ionic updates
@ 2020-07-21 20:34 Shannon Nelson
  2020-07-21 20:34 ` [PATCH net-next 1/6] ionic: get MTU from lif identity Shannon Nelson
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Shannon Nelson @ 2020-07-21 20:34 UTC (permalink / raw)
  To: netdev, davem; +Cc: Shannon Nelson

These are a few odd code tweaks to the ionic driver: FW defined MTU
limits, remove unnecessary code, and other tidiness tweaks.

Shannon Nelson (6):
  ionic: get MTU from lif identity
  ionic: set netdev default name
  ionic: remove unused ionic_coal_hw_to_usec
  ionic: update eid test for overflow
  ionic: rearrange reset and bus-master control
  ionic: interface file updates

 .../ethernet/pensando/ionic/ionic_bus_pci.c   |  9 +-
 .../net/ethernet/pensando/ionic/ionic_dev.h   |  2 -
 .../net/ethernet/pensando/ionic/ionic_if.h    | 88 ++++++++++++++-----
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 20 ++++-
 .../net/ethernet/pensando/ionic/ionic_lif.h   | 14 +--
 5 files changed, 89 insertions(+), 44 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH net-next 0/6] ionic updates
@ 2020-11-04 22:33 Shannon Nelson
  0 siblings, 0 replies; 10+ messages in thread
From: Shannon Nelson @ 2020-11-04 22:33 UTC (permalink / raw)
  To: netdev, davem, kuba; +Cc: Shannon Nelson

These updates are a bit of code cleaning and a minor
bit of performance tweaking.

Shannon Nelson (6):
  ionic: start queues before announcing link up
  ionic: check for link after netdev registration
  ionic: add lif quiesce
  ionic: batch rx buffer refilling
  ionic: use mc sync for multicast filters
  ionic: useful names for booleans

 .../net/ethernet/pensando/ionic/ionic_dev.h   |  4 +-
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 64 ++++++++++++++-----
 .../net/ethernet/pensando/ionic/ionic_lif.h   |  8 +++
 .../net/ethernet/pensando/ionic/ionic_txrx.c  | 18 +++---
 4 files changed, 70 insertions(+), 24 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH net-next 0/6] ionic updates
@ 2019-10-22 20:31 Shannon Nelson
  0 siblings, 0 replies; 10+ messages in thread
From: Shannon Nelson @ 2019-10-22 20:31 UTC (permalink / raw)
  To: netdev, davem; +Cc: Shannon Nelson

These are a few of the driver updates we've been working on internally.
These clean up a few mismatched struct comments, add checking for dead
firmware, fix an initialization bug, and change the Rx buffer management.

These are based on net-next v5.4-rc3-709-g985fd98ab5cc.

Shannon Nelson (6):
  ionic: fix up struct name comments
  ionic: reverse an interrupt coalesce calculation
  ionic: add heartbeat check
  ionic: add a watchdog timer to monitor heartbeat
  ionic: implement support for rx sgl
  ionic: update driver version

 drivers/net/ethernet/pensando/ionic/ionic.h   |   4 +-
 .../net/ethernet/pensando/ionic/ionic_dev.c   |  60 +++-
 .../net/ethernet/pensando/ionic/ionic_dev.h   |  12 +
 .../net/ethernet/pensando/ionic/ionic_if.h    | 196 ++++++------
 .../net/ethernet/pensando/ionic/ionic_lif.c   |  11 +-
 .../net/ethernet/pensando/ionic/ionic_main.c  |  24 +-
 .../net/ethernet/pensando/ionic/ionic_txrx.c  | 289 +++++++++++++-----
 7 files changed, 410 insertions(+), 186 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-11-04 22:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-21 20:34 [PATCH net-next 0/6] ionic updates Shannon Nelson
2020-07-21 20:34 ` [PATCH net-next 1/6] ionic: get MTU from lif identity Shannon Nelson
2020-07-21 20:34 ` [PATCH net-next 2/6] ionic: set netdev default name Shannon Nelson
2020-07-21 20:34 ` [PATCH net-next 3/6] ionic: remove unused ionic_coal_hw_to_usec Shannon Nelson
2020-07-21 20:34 ` [PATCH net-next 4/6] ionic: update eid test for overflow Shannon Nelson
2020-07-21 20:34 ` [PATCH net-next 5/6] ionic: rearrange reset and bus-master control Shannon Nelson
2020-07-21 20:34 ` [PATCH net-next 6/6] ionic: interface file updates Shannon Nelson
2020-07-22  1:36 ` [PATCH net-next 0/6] ionic updates David Miller
  -- strict thread matches above, loose matches on Subject: below --
2020-11-04 22:33 Shannon Nelson
2019-10-22 20:31 Shannon Nelson

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