Re: [PATCH v6 net-next 3/4] net: ena: Add PHC documentation
From: Jakub Kicinski <kuba@kernel.org>
Date: 2025-02-08 00:55:17
From: Jakub Kicinski <kuba@kernel.org>
Date: 2025-02-08 00:55:17
On Thu, 6 Feb 2025 16:15:37 +0200 David Arinzon wrote:
+PHC can be monitored using :code:`ethtool -S` counters: + +================= ====================================================== +**phc_cnt** Number of successful retrieved timestamps (below expire timeout). +**phc_exp** Number of expired retrieved timestamps (above expire timeout). +**phc_skp** Number of skipped get time attempts (during block period). +**phc_err** Number of failed get time attempts (entering into block state). +================= ======================================================
ethtool -S is for networking counters. -- pw-bot: cr