All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shannon Nelson <snelson@pensando.io>
To: netdev@vger.kernel.org, davem@davemloft.net
Cc: Shannon Nelson <snelson@pensando.io>
Subject: [PATCH net-next 0/6] ionic updates
Date: Tue, 22 Oct 2019 13:31:07 -0700	[thread overview]
Message-ID: <20191022203113.30015-1-snelson@pensando.io> (raw)

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


             reply	other threads:[~2019-10-22 20:31 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-22 20:31 Shannon Nelson [this message]
2019-10-22 20:31 ` [PATCH net-next 1/6] ionic: fix up struct name comments Shannon Nelson
2019-10-22 20:31 ` [PATCH net-next 2/6] ionic: reverse an interrupt coalesce calculation Shannon Nelson
2019-10-23  1:22   ` Andrew Lunn
2019-10-23  2:09     ` Shannon Nelson
2019-10-23  2:42       ` Jakub Kicinski
2019-10-22 20:31 ` [PATCH net-next 3/6] ionic: add heartbeat check Shannon Nelson
2019-10-22 20:31 ` [PATCH net-next 4/6] ionic: add a watchdog timer to monitor heartbeat Shannon Nelson
2019-10-22 20:31 ` [PATCH net-next 5/6] ionic: implement support for rx sgl Shannon Nelson
2019-10-22 23:37   ` Jakub Kicinski
2019-10-23  0:14     ` Shannon Nelson
2019-10-22 20:31 ` [PATCH net-next 6/6] ionic: update driver version Shannon Nelson
2020-07-21 20:34 [PATCH net-next 0/6] ionic updates Shannon Nelson
2020-07-22  1:36 ` David Miller
2020-11-04 22:33 Shannon Nelson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191022203113.30015-1-snelson@pensando.io \
    --to=snelson@pensando.io \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.