[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230425170127.2522312-1-anthony.l.nguyen@intel.com>
Date: Tue, 25 Apr 2023 10:01:24 -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>
Subject: [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-04-25 (ice, iavf)
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.
The following are changes since commit 50749f2dd6854a41830996ad302aef2ffaf011d8:
tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.
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