All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, netdev@vger.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>,
	richardcochran@gmail.com, karol.kolacinski@intel.com,
	jacob.e.keller@intel.com
Subject: [PATCH net-next 0/7][pull request] ice: fix timestamping in reset process
Date: Thu, 25 Jan 2024 13:57:48 -0800	[thread overview]
Message-ID: <20240125215757.2601799-1-anthony.l.nguyen@intel.com> (raw)

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


             reply	other threads:[~2024-01-25 21:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-25 21:57 Tony Nguyen [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240125215757.2601799-1-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=jacob.e.keller@intel.com \
    --cc=karol.kolacinski@intel.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=richardcochran@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.