mbox series

[v2,net-next,0/5] ionic: VF attr replay and other updates

Message ID 20221025112426.8954-1-snelson@pensando.io (mailing list archive)
Headers show
Series ionic: VF attr replay and other updates | expand

Message

Shannon Nelson Oct. 25, 2022, 11:24 a.m. UTC
For better VF management when a FW update restart or a FW crash recover is
detected, the PF now will replay any user specified VF attributes to be
sure the FW hasn't lost them in the restart.

Newer FW offers more packet processing offloads, so we now support them in
the driver.

A small refactor of the Rx buffer fill cleans a bit of code and will help
future work on buffer caching.

v2: simplify call to ionic_vf_start() by removing unnecessary vfid arg
    remove unnecessary function return casts
    remove unnecessary 0 in {} declaration initializer

Neel Patel (2):
  ionic: enable tunnel offloads
  ionic: refactor use of ionic_rx_fill()

Shannon Nelson (3):
  ionic: replay VF attributes after fw crash recovery
  ionic: only save the user set VF attributes
  ionic: new ionic device identity level and VF start control

 .../net/ethernet/pensando/ionic/ionic_dev.c   |  14 +++
 .../net/ethernet/pensando/ionic/ionic_dev.h   |   3 +
 .../net/ethernet/pensando/ionic/ionic_if.h    |  41 +++++++
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 113 +++++++++++++++---
 .../net/ethernet/pensando/ionic/ionic_main.c  |   2 +-
 .../net/ethernet/pensando/ionic/ionic_txrx.c  |  31 +++--
 6 files changed, 173 insertions(+), 31 deletions(-)