[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240125215757.2601799-1-anthony.l.nguyen@intel.com>
Date: Thu, 25 Jan 2024 13:57:48 -0800
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>,
richardcochran@...il.com,
karol.kolacinski@...el.com,
jacob.e.keller@...el.com
Subject: [PATCH net-next 0/7][pull request] ice: fix timestamping in reset process
Karol Kolacinski says:
PTP reset process has multiple places where timestamping can end up in
an incorrect state.
This series introduces a proper state machine for PTP and refactors
a large part of the code to ensure that timestamping does not break.
The following are changes since commit 91374ba537bd60caa9ae052c9f1c0fe055b39149:
net: dsa: mt7530: support OF-based registration of switch MDIO bus
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE
Jacob Keller (7):
ice: introduce PTP state machine
ice: pass reset type to PTP reset functions
ice: rename verify_cached to has_ready_bitmap
ice: don't check has_ready_bitmap in E810 functions
ice: rename ice_ptp_tx_cfg_intr
ice: factor out ice_ptp_rebuild_owner()
ice: stop destroying and reinitalizing Tx tracker during reset
drivers/net/ethernet/intel/ice/ice.h | 1 -
drivers/net/ethernet/intel/ice/ice_ethtool.c | 2 +-
drivers/net/ethernet/intel/ice/ice_main.c | 4 +-
drivers/net/ethernet/intel/ice/ice_ptp.c | 229 +++++++++++--------
drivers/net/ethernet/intel/ice/ice_ptp.h | 34 ++-
5 files changed, 164 insertions(+), 106 deletions(-)
--
2.41.0
Powered by blists - more mailing lists