All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v2 0/3][pull request] Intel Wired LAN Driver Updates 2023-05-16
@ 2023-05-16 17:36 Tony Nguyen
  2023-05-16 17:36 ` [PATCH net v2 1/3] ice: Fix stats after PF reset Tony Nguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tony Nguyen @ 2023-05-16 17:36 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen, leonro

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-17  8:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-16 17:36 [PATCH net v2 0/3][pull request] Intel Wired LAN Driver Updates 2023-05-16 Tony Nguyen
2023-05-16 17:36 ` [PATCH net v2 1/3] ice: Fix stats after PF reset Tony Nguyen
2023-05-16 17:36 ` [PATCH net v2 2/3] ice: Fix ice VF reset during iavf initialization Tony Nguyen
2023-05-16 17:36 ` [PATCH net v2 3/3] iavf: send VLAN offloading caps once after VFR Tony Nguyen
2023-05-17  8:30 ` [PATCH net v2 0/3][pull request] Intel Wired LAN Driver Updates 2023-05-16 patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.