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