mbox series

[net-next,0/4] ionic: driver updates

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

Message

Shannon Nelson Jan. 6, 2020, 9:05 p.m. UTC
These are a few little updates for the ionic network driver.

Shannon Nelson (4):
  ionic: drop use of subdevice tags
  ionic: fix for ppc msix layout
  ionic: add Rx dropped packet counter
  ionic: restrict received packets to mtu size

 drivers/net/ethernet/pensando/ionic/ionic.h   |  4 ----
 .../ethernet/pensando/ionic/ionic_bus_pci.c   |  3 +++
 .../net/ethernet/pensando/ionic/ionic_lif.h   |  1 +
 .../net/ethernet/pensando/ionic/ionic_stats.c |  1 +
 .../net/ethernet/pensando/ionic/ionic_txrx.c  | 23 +++++++++++++++----
 5 files changed, 23 insertions(+), 9 deletions(-)