From 8a2edff833131bcf365305bdb11d76540ce5d5f5 Mon Sep 17 00:00:00 2001 From: Juanita Balaraj Date: Fri, 13 Oct 2023 17:58:12 +0000 Subject: [PATCH] Differentiate the ptp-notification behavior between T-GM and T-BC (dsr8) Updated PTP Notification Status Conditions Updated abbrev.txt file Change-Id: I65543482bb06ba2198463a1cb208bf2c82b8ff4a Signed-off-by: Juanita Balaraj --- .../ptp-notification-status-conditions-6d6105fccf10.rst | 6 ++++-- doc/source/shared/abbrevs.txt | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/source/guest_integration/kubernetes/ptp-notification-status-conditions-6d6105fccf10.rst b/doc/source/guest_integration/kubernetes/ptp-notification-status-conditions-6d6105fccf10.rst index 49985cf74..543bfbc40 100644 --- a/doc/source/guest_integration/kubernetes/ptp-notification-status-conditions-6d6105fccf10.rst +++ b/doc/source/guest_integration/kubernetes/ptp-notification-status-conditions-6d6105fccf10.rst @@ -14,13 +14,15 @@ The |PTP| status notifications are derived based on the following conditions: +=====================+===================================================+===================================================================================================================================================================+ | Clock Status | Status | Description | +---------------------+---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Freerun | Clock is out of sync state | - If portState is not “SECONDARY” or ClockClass value is NOT "6" or timeTraceable flag is FALSE. | + | Freerun | Clock is out of sync state | - If portState is not “SECONDARY” or ClockClass value is NOT "6", "7", "135" or timeTraceable flag is FALSE. | | | | | | | | - If holdover time exceeds its provided value. | | | | | | | | - If PMC, ptp4l.conf, ptp4l or phc2sys are not accessible. | +---------------------+---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Locked | Clock is in sync state | If portState is "SECONDARY" and ClockClass value is "6" and timeTraceable flag is TRUE and PMC, ptp4l.conf, ptp4l or phc2sys are accessible. | + | Locked | Clock is in sync state | - If portState is "SECONDARY" and ClockClass value is "6", "7" or "135" and timeTraceable flag is TRUE and PMC, ptp4l.conf, ptp4l or phc2sys are accessible. | + | | | | + | | | - Locked clockClass values can be changed using the ptp4lClockClassLockedList Helm override. See "Install PTP Notifications" document for instructions. | +---------------------+---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Holdover | Clock is in holdover state | * For NICs using the Intel ice driver: If the state is transitioned from ``Locked`` to ``Holdover`` AND phc2sys is accessible, and holdover time does not expire. | | | | | diff --git a/doc/source/shared/abbrevs.txt b/doc/source/shared/abbrevs.txt index e89e98e6c..29f8ccd97 100755 --- a/doc/source/shared/abbrevs.txt +++ b/doc/source/shared/abbrevs.txt @@ -169,7 +169,7 @@ .. |TBF| replace:: :abbr:`TBF (Token Bucket Filter)` .. |TCP| replace:: :abbr:`TCP (Transition Control Protocol)` .. |TFTP| replace:: :abbr:`TFTP (Trivial File Transfer Protocol)` -.. |T-GM| replace:: :abbr:`T-GM (Telecom Grand Primary)` +.. |T-GM| replace:: :abbr:`T-GM (Telecom Grand Master)` .. |TLS| replace:: :abbr:`TLS (Transport Layer Security)` .. |ToR| replace:: :abbr:`ToR (Top-of-Rack)` .. |TPM| replace:: :abbr:`TPM (Trusted Platform Module)`