[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210809171402.17838-1-anthony.l.nguyen@intel.com>
Date: Mon, 9 Aug 2021 10:13:58 -0700
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 0/4][pull request] Intel Wired LAN Driver Updates 2021-08-09
This series contains updates to ice and iavf drivers.
Ani prevents the ice driver from accidentally being probed to a virtual
function and stops processing of VF messages when VFs are being torn
down.
Brett prevents the ice driver from deleting is own MAC address.
Fahad ensures the RSS LUT and key are always set following reset for
iavf.
The following are changes since commit d09c548dbf3b31cb07bba562e0f452edfa01efe3:
net: sched: act_mirred: Reset ct info when mirror/redirect skb
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE
Anirudh Venkataramanan (2):
ice: Prevent probing virtual functions
ice: Stop processing VF messages during teardown
Brett Creeley (1):
ice: don't remove netdev->dev_addr from uc sync list
Md Fahad Iqbal Polash (1):
iavf: Set RSS LUT and key in reset handle path
drivers/net/ethernet/intel/iavf/iavf_main.c | 13 +++++----
drivers/net/ethernet/intel/ice/ice.h | 1 +
drivers/net/ethernet/intel/ice/ice_main.c | 28 +++++++++++++------
.../net/ethernet/intel/ice/ice_virtchnl_pf.c | 7 +++++
4 files changed, 36 insertions(+), 13 deletions(-)
--
2.26.2
Powered by blists - more mailing lists