mbox series

[net,v2,0/2,pull,request] Intel Wired LAN Driver Updates 2020-09-30

Message ID 20200930154923.2069200-1-anthony.l.nguyen@intel.com
Headers show
Series Intel Wired LAN Driver Updates 2020-09-30 | expand

Message

Tony Nguyen Sept. 30, 2020, 3:49 p.m. UTC
This series contains updates to ice driver only.

Jake increases the wait time for firmware response as it can take longer
than the current wait time. Preserves the NVM capabilities of the device in
safe mode so the device reports its NVM update capabilities properly
when in this state.

v2: Added cover letter

The following are changes since commit 2b3e981a94d876ae4f05db28b9ac6a85a80c7633:
  Merge branch 'mptcp-Fix-for-32-bit-DATA_FIN'
and are available in the git repository at:
  https://github.com/anguy11/net-queue.git 100GbE

Jacob Keller (2):
  ice: increase maximum wait time for flash write commands
  ice: preserve NVM capabilities in safe mode

 drivers/net/ethernet/intel/ice/ice_common.c   | 49 ++++++++++---------
 .../net/ethernet/intel/ice/ice_fw_update.c    | 10 +++-
 2 files changed, 35 insertions(+), 24 deletions(-)

Comments

David Miller Sept. 30, 2020, 10:01 p.m. UTC | #1
From: Tony Nguyen <anthony.l.nguyen@intel.com>
Date: Wed, 30 Sep 2020 08:49:21 -0700

> This series contains updates to ice driver only.
> 
> Jake increases the wait time for firmware response as it can take longer
> than the current wait time. Preserves the NVM capabilities of the device in
> safe mode so the device reports its NVM update capabilities properly
> when in this state.
> 
> v2: Added cover letter

Pulled, thanks Tony.