netdev.vger.kernel.org archive mirror
 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 v2 net-next 0/5] ionic: driver updates
Date: Mon, 30 Sep 2019 14:49:15 -0700	[thread overview]
Message-ID: <20190930214920.18764-1-snelson@pensando.io> (raw)

These patches are a few updates to clean up some code
issues and add an ethtool feature.

v2: add cover letter
    edit a couple of patch descriptions for clarity and add Fixes tags

Shannon Nelson (5):
  ionic: simplify returns in devlink info
  ionic: use wait_on_bit_lock() rather than open code
  ionic: report users coalesce request
  ionic: implement ethtool set-fec
  ionic: add lif_quiesce to wait for queue activity to stop

 .../ethernet/pensando/ionic/ionic_devlink.c   |   9 +-
 .../ethernet/pensando/ionic/ionic_ethtool.c   | 128 ++++++++++++------
 .../net/ethernet/pensando/ionic/ionic_lif.c   |  40 ++++--
 .../net/ethernet/pensando/ionic/ionic_lif.h   |  13 +-
 4 files changed, 127 insertions(+), 63 deletions(-)

-- 
2.17.1


             reply	other threads:[~2019-09-30 21:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-30 21:49 Shannon Nelson [this message]
2019-09-30 21:49 ` [PATCH v2 net-next 1/5] ionic: simplify returns in devlink info Shannon Nelson
2019-09-30 23:26   ` Jakub Kicinski
2019-09-30 21:49 ` [PATCH v2 net-next 2/5] ionic: use wait_on_bit_lock() rather than open code Shannon Nelson
2019-09-30 23:27   ` Jakub Kicinski
2019-09-30 21:49 ` [PATCH v2 net-next 3/5] ionic: report users coalesce request Shannon Nelson
2019-09-30 21:49 ` [PATCH v2 net-next 4/5] ionic: implement ethtool set-fec Shannon Nelson
2019-09-30 21:49 ` [PATCH v2 net-next 5/5] ionic: add lif_quiesce to wait for queue activity to stop Shannon Nelson
2019-09-30 23:32   ` Jakub Kicinski
2019-09-30 23:48 ` [PATCH v2 net-next 0/5] ionic: driver updates David Miller
2019-10-01  1:54   ` 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=20190930214920.18764-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 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).