[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230516173610.2706835-1-anthony.l.nguyen@intel.com>
Date: Tue, 16 May 2023 10:36:07 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
kuba@...nel.org,
pabeni@...hat.com,
edumazet@...gle.com,
netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>,
leonro@...dia.com
Subject: [PATCH net v2 0/3][pull request] Intel Wired LAN Driver Updates 2023-05-16
This series contains updates to ice and iavf drivers.
Ahmed adds setting of missed condition for statistics which caused
incorrect reporting of values for ice. For iavf, he removes a call to set
VLAN offloads during re-initialization which can cause incorrect values
to be set.
Dawid adds checks to ensure VF is ready to be reset before executing
commands that will require it to be reset on ice.
---
v2:
Patch 2
- Redo commit message
v1: https://lore.kernel.org/netdev/20230425170127.2522312-1-anthony.l.nguyen@intel.com/
The following are changes since commit 225c657945c4a6307741cb3cc89467eadcc26e9b:
net: bcmgenet: Restore phy_stop() depending upon suspend/close
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE
Ahmed Zaki (2):
ice: Fix stats after PF reset
iavf: send VLAN offloading caps once after VFR
Dawid Wesierski (1):
ice: Fix ice VF reset during iavf initialization
.../net/ethernet/intel/iavf/iavf_virtchnl.c | 5 -----
drivers/net/ethernet/intel/ice/ice_lib.c | 5 +++++
drivers/net/ethernet/intel/ice/ice_sriov.c | 8 ++++----
drivers/net/ethernet/intel/ice/ice_vf_lib.c | 19 +++++++++++++++++++
drivers/net/ethernet/intel/ice/ice_vf_lib.h | 1 +
drivers/net/ethernet/intel/ice/ice_virtchnl.c | 1 +
6 files changed, 30 insertions(+), 9 deletions(-)
--
2.38.1
Powered by blists - more mailing lists