[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211215185355.3249738-1-anthony.l.nguyen@intel.com>
Date: Wed, 15 Dec 2021 10:53:46 -0800
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org
Subject: [PATCH net-next 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2021-12-15
This series contains updates to ice driver only.
Jake makes changes to flash update. This includes the following:
* a new shadow-ram region similar to NVM region but for the device shadow
RAM contents. This is distinct from NVM region because shadow RAM is
built up during device init and may be different from the raw NVM flash
data.
* refactoring of the ice_flash_pldm_image to become the main flash update
entry point. This is simpler than having both an
ice_devlink_flash_update and an ice_flash_pldm_image. It will make
additions like dry-run easier in the future.
* reducing time to read Option ROM version information.
* adding support for firmware activation via devlink reload, when
possible.
The major new work is the reload support, which allows activating firmware
immediately without a reboot when possible. Reload support only supports
firmware activation.
Jesse improves transmit code: utilizing newer netif_tx* API, adding some
prefetch calls, correcting expected conditions when calling ice_vsi_down(),
and utilizing __netdev_tx_sent_queue() call.
The following are changes since commit 3bc14ea0d12a57a968038f8e86e9bc2c1668ad9a:
ethtool: always write dev in ethnl_parse_header_dev_get
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE
Jacob Keller (5):
ice: devlink: add shadow-ram region to snapshot Shadow RAM
ice: move and rename ice_check_for_pending_update
ice: move ice_devlink_flash_update and merge with ice_flash_pldm_image
ice: reduce time to read Option ROM CIVD data
ice: support immediate firmware activation via devlink reload
Jesse Brandeburg (4):
ice: update to newer kernel API
ice: use prefetch methods
ice: tighter control over VSI_DOWN state
ice: use modern kernel API for kick
Documentation/networking/devlink/ice.rst | 24 +-
drivers/net/ethernet/intel/ice/ice.h | 2 +
.../net/ethernet/intel/ice/ice_adminq_cmd.h | 7 +
drivers/net/ethernet/intel/ice/ice_common.c | 12 +
drivers/net/ethernet/intel/ice/ice_devlink.c | 202 +++++++++--
drivers/net/ethernet/intel/ice/ice_ethtool.c | 6 +-
.../net/ethernet/intel/ice/ice_fw_update.c | 335 +++++++++++++-----
.../net/ethernet/intel/ice/ice_fw_update.h | 9 +-
drivers/net/ethernet/intel/ice/ice_main.c | 15 +-
drivers/net/ethernet/intel/ice/ice_nvm.c | 67 +++-
drivers/net/ethernet/intel/ice/ice_nvm.h | 2 +-
drivers/net/ethernet/intel/ice/ice_txrx.c | 40 ++-
drivers/net/ethernet/intel/ice/ice_type.h | 4 +
13 files changed, 558 insertions(+), 167 deletions(-)
--
2.31.1
Powered by blists - more mailing lists