mbox series

[net-next,0/6] ionic updates

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

Message

Shannon Nelson July 21, 2020, 8:34 p.m. UTC
These are a few odd code tweaks to the ionic driver: FW defined MTU
limits, remove unnecessary code, and other tidiness tweaks.

Shannon Nelson (6):
  ionic: get MTU from lif identity
  ionic: set netdev default name
  ionic: remove unused ionic_coal_hw_to_usec
  ionic: update eid test for overflow
  ionic: rearrange reset and bus-master control
  ionic: interface file updates

 .../ethernet/pensando/ionic/ionic_bus_pci.c   |  9 +-
 .../net/ethernet/pensando/ionic/ionic_dev.h   |  2 -
 .../net/ethernet/pensando/ionic/ionic_if.h    | 88 ++++++++++++++-----
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 20 ++++-
 .../net/ethernet/pensando/ionic/ionic_lif.h   | 14 +--
 5 files changed, 89 insertions(+), 44 deletions(-)

Comments

David Miller July 22, 2020, 1:36 a.m. UTC | #1
From: Shannon Nelson <snelson@pensando.io>
Date: Tue, 21 Jul 2020 13:34:03 -0700

> These are a few odd code tweaks to the ionic driver: FW defined MTU
> limits, remove unnecessary code, and other tidiness tweaks.

Series applied, thanks Shannon.