netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/7][pull request] ice: fix timestamping in reset process
@ 2024-01-25 21:57 Tony Nguyen
  2024-01-25 21:57 ` [PATCH net-next 1/7] ice: introduce PTP state machine Tony Nguyen
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Tony Nguyen @ 2024-01-25 21:57 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev
  Cc: Tony Nguyen, richardcochran, karol.kolacinski, jacob.e.keller

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


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

end of thread, other threads:[~2024-01-30 11:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-25 21:57 [PATCH net-next 0/7][pull request] ice: fix timestamping in reset process Tony Nguyen
2024-01-25 21:57 ` [PATCH net-next 1/7] ice: introduce PTP state machine Tony Nguyen
2024-01-25 21:57 ` [PATCH net-next 2/7] ice: pass reset type to PTP reset functions Tony Nguyen
2024-01-25 21:57 ` [PATCH net-next 3/7] ice: rename verify_cached to has_ready_bitmap Tony Nguyen
2024-01-25 21:57 ` [PATCH net-next 4/7] ice: don't check has_ready_bitmap in E810 functions Tony Nguyen
2024-01-25 21:57 ` [PATCH net-next 5/7] ice: rename ice_ptp_tx_cfg_intr Tony Nguyen
2024-01-25 21:57 ` [PATCH net-next 6/7] ice: factor out ice_ptp_rebuild_owner() Tony Nguyen
2024-01-25 21:57 ` [PATCH net-next 7/7] ice: stop destroying and reinitalizing Tx tracker during reset Tony Nguyen
2024-01-30 11:10 ` [PATCH net-next 0/7][pull request] ice: fix timestamping in reset process patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).