[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210201214618.852831-1-anthony.l.nguyen@intel.com>
Date: Mon, 1 Feb 2021 13:46:14 -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,
sassmann@...hat.com
Subject: [PATCH net v2 0/4][pull request] Intel Wired LAN Driver Updates 2021-02-01
This series contains updates to igc and i40e drivers.
Kai-Heng Feng fixes igc to report unknown speed and duplex during suspend
as an attempted read will cause errors.
Kevin Lo sets the default value to -IGC_ERR_NVM instead of success for
writing shadow RAM as this could miss a timeout. Also propagates the return
value for Flow Control configuration to properly pass on errors for igc.
Aleksandr reverts commit 2ad1274fa35a ("i40e: don't report link up for a VF
who hasn't enabled queues") as this can cause link flapping.
v2: Additional information to commit message of i40e revert patch.
The following are changes since commit eb4e8fac00d1e01ada5e57c05d24739156086677:
neighbour: Prevent a dead entry from updating gc_list
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 1GbE
Aleksandr Loktionov (1):
i40e: Revert "i40e: don't report link up for a VF who hasn't enabled
queues"
Kai-Heng Feng (1):
igc: Report speed and duplex as unknown when device is runtime
suspended
Kevin Lo (2):
igc: set the default return value to -IGC_ERR_NVM in
igc_write_nvm_srwr
igc: check return value of ret_val in igc_config_fc_after_link_up
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 13 +------------
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.h | 1 -
drivers/net/ethernet/intel/igc/igc_ethtool.c | 3 ++-
drivers/net/ethernet/intel/igc/igc_i225.c | 3 +--
drivers/net/ethernet/intel/igc/igc_mac.c | 2 +-
5 files changed, 5 insertions(+), 17 deletions(-)
--
2.26.2
Powered by blists - more mailing lists