mbox series

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

Message ID 20220217220252.52293-1-snelson@pensando.io (mailing list archive)
Headers show
Series ionic: driver updates | expand

Message

Shannon Nelson Feb. 17, 2022, 10:02 p.m. UTC
These are a couple of checkpatch cleanup patches, a bug fix,
and something to alleviate memory pressure in tight places.

Brett Creeley (1):
  ionic: Use vzalloc for large per-queue related buffers

Shannon Nelson (3):
  ionic: catch transition back to RUNNING with fw_generation 0
  ionic: prefer strscpy over strlcpy
  ionic: clean up comments and whitespace

 drivers/net/ethernet/pensando/ionic/ionic_dev.c  |  4 ++--
 .../net/ethernet/pensando/ionic/ionic_ethtool.c  |  6 +++---
 drivers/net/ethernet/pensando/ionic/ionic_if.h   |  6 +++---
 drivers/net/ethernet/pensando/ionic/ionic_lif.c  | 16 +++++++---------
 .../net/ethernet/pensando/ionic/ionic_stats.c    |  1 -
 drivers/net/ethernet/pensando/ionic/ionic_txrx.c |  1 -
 6 files changed, 15 insertions(+), 19 deletions(-)