mbox series

[v4,net-next,0/8] ionic updates

Message ID 20200307010408.65704-1-snelson@pensando.io
Headers show
Series ionic updates | expand

Message

Shannon Nelson March 7, 2020, 1:04 a.m. UTC
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(-)

Comments

Jakub Kicinski March 7, 2020, 1:23 a.m. UTC | #1
On Fri,  6 Mar 2020 17:04:00 -0800 Shannon Nelson wrote:
> 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()

Acked-by: Jakub Kicinski <kuba@kernel.org>
David Miller March 10, 2020, 2:34 a.m. UTC | #2
From: Shannon Nelson <snelson@pensando.io>
Date: Fri,  6 Mar 2020 17:04:00 -0800

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

Series applied, thanks Shannon.