]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nex
authorDavid S. Miller <davem@davemloft.net>
Wed, 17 Aug 2022 09:20:45 +0000 (10:20 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Aug 2022 09:20:45 +0000 (10:20 +0100)
commit5e7e5a0be118e6d07896aa40299cb103131cb1d5
tree440d1632ea7d5664c35ba636022ba3ce24510d7c
parente0979643dc20fa3f0c3e842d14ade92c3c162e0d
parent882aac2cca9c23539f198cb8cfcae381d3ac65ee
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nex
t-queue

Tony Nguyen says:

====================
ice: detect and report PTP timestamp issues

Jacob Keller says:

This series fixes a few small issues with the cached PTP Hardware Clock
timestamp used for timestamp extension. It also introduces extra checks to
help detect issues with this logic, such as if the cached timestamp is not
updated within the 2 second window.

This introduces a few statistics similar to the ones already available in
other Intel drivers, including tx_hwtstamp_skipped and tx_hwtstamp_timeouts.

It is intended to aid in debugging issues we're seeing with some setups
which might be related to incorrect cached timestamp values.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>