[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220504202252.2001471-1-anthony.l.nguyen@intel.com>
Date: Wed, 4 May 2022 13:22:48 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
edumazet@...gle.com
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org,
richardcochran@...il.com
Subject: [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-05-04
This series contains updates to ice driver only.
Ivan Vecera fixes a race with aux plug/unplug by delaying setting adev
until initialization is complete and adding locking.
Anatolii ensures VF queues are completely disabled before attempting to
reconfigure them.
Michal ensures stale Tx timestamps are cleared from hardware.
Arkadiusz prevents writing of timestamps when rings are being
configured.
The following are changes since commit ad0724b90a2d637c4279fba0a56d4c0b8efc7401:
Merge tag 'mlx5-fixes-2022-05-03' of git://git.kernel.org/pub/scm/linux/kernel/g it/saeed/linux
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE
Anatolii Gerasymenko (1):
ice: clear stale Tx queue settings before configuring
Arkadiusz Kubalewski (1):
ice: fix crash when writing timestamp on RX rings
Ivan Vecera (1):
ice: Fix race during aux device (un)plugging
Michal Michalik (1):
ice: fix PTP stale Tx timestamps cleanup
drivers/net/ethernet/intel/ice/ice.h | 1 +
drivers/net/ethernet/intel/ice/ice_idc.c | 25 ++++---
drivers/net/ethernet/intel/ice/ice_main.c | 2 +
drivers/net/ethernet/intel/ice/ice_ptp.c | 29 ++++++--
drivers/net/ethernet/intel/ice/ice_virtchnl.c | 68 ++++++++++++++-----
5 files changed, 93 insertions(+), 32 deletions(-)
--
2.35.1
Powered by blists - more mailing lists