[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221025112426.8954-1-snelson@pensando.io>
Date: Tue, 25 Oct 2022 04:24:21 -0700
From: Shannon Nelson <snelson@...sando.io>
To: davem@...emloft.net, netdev@...r.kernel.org, kuba@...nel.org,
leon@...nel.org
Cc: drivers@...sando.io, Shannon Nelson <snelson@...sando.io>
Subject: [PATCH v2 net-next 0/5] ionic: VF attr replay and other updates
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(-)
--
2.17.1
Powered by blists - more mailing lists