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 v4 net-next 0/8] ionic updates
Date: Fri,  6 Mar 2020 17:04:00 -0800	[thread overview]
Message-ID: <20200307010408.65704-1-snelson@pensando.io> (raw)

This is a set of small updates for the Pensando ionic driver, some
from internal work, some a result of mailing list discussions.

v4 - don't register mgmt device netdev
v3 - changed __attribute__(packed)) to __packed
v2 - removed print from ionic_init_module()

Shannon Nelson (8):
  ionic: keep ionic dev on lif init fail
  ionic: remove pragma packed
  ionic: improve irq numa locality
  ionic: clean up bitflag usage
  ionic: support ethtool rxhash disable
  ionic: print pci bus lane info
  ionic: add support for device id 0x1004
  ionic: drop ethtool driver version

 drivers/net/ethernet/pensando/ionic/ionic.h   |  3 +-
 .../ethernet/pensando/ionic/ionic_bus_pci.c   | 27 ++++++++--
 .../ethernet/pensando/ionic/ionic_devlink.c   |  2 +-
 .../ethernet/pensando/ionic/ionic_ethtool.c   | 25 ++++-----
 .../net/ethernet/pensando/ionic/ionic_if.h    | 38 ++++++-------
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 53 +++++++++++++------
 .../net/ethernet/pensando/ionic/ionic_lif.h   | 15 +++---
 .../net/ethernet/pensando/ionic/ionic_main.c  |  6 +--
 .../net/ethernet/pensando/ionic/ionic_stats.c | 20 +++----
 .../net/ethernet/pensando/ionic/ionic_txrx.c  |  4 +-
 10 files changed, 110 insertions(+), 83 deletions(-)

-- 
2.17.1


             reply	other threads:[~2020-03-07  1:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-07  1:04 Shannon Nelson [this message]
2020-03-07  1:04 ` [PATCH v4 net-next 1/8] ionic: keep ionic dev on lif init fail Shannon Nelson
2020-03-07  1:04 ` [PATCH v4 net-next 2/8] ionic: remove pragma packed Shannon Nelson
2020-03-07  1:04 ` [PATCH v4 net-next 3/8] ionic: improve irq numa locality Shannon Nelson
2020-03-07  1:04 ` [PATCH v4 net-next 4/8] ionic: clean up bitflag usage Shannon Nelson
2020-03-07  1:04 ` [PATCH v4 net-next 5/8] ionic: support ethtool rxhash disable Shannon Nelson
2020-03-07  1:04 ` [PATCH v4 net-next 6/8] ionic: print pci bus lane info Shannon Nelson
2020-03-07  1:04 ` [PATCH v4 net-next 7/8] ionic: add support for device id 0x1004 Shannon Nelson
2020-03-07  1:04 ` [PATCH v4 net-next 8/8] ionic: drop ethtool driver version Shannon Nelson
2020-03-08 14:57   ` Leon Romanovsky
2020-03-07  1:23 ` [PATCH v4 net-next 0/8] ionic updates Jakub Kicinski
2020-03-10  2:34 ` David Miller

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