Skip to content

Commit d79d867

Browse files
authored
Merge pull request #96925 from rohennes/TELCODOCS-2259
TELCODOCS-2259: Add TP support for ARM dual-port OC
2 parents 57feb41 + b7a72ac commit d79d867

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

modules/nw-ptp-configuring-linuxptp-services-dual-port-oc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include::snippets/technology-preview.adoc[leveloffset=+1]
1717
* Install the OpenShift CLI (`oc`).
1818
* Log in as a user with `cluster-admin` privileges.
1919
* Install the PTP Operator.
20-
* The node uses an x86_64 architecture with a dual-port NIC.
20+
* Check the hardware requirements for using your dual-port NIC as an ordinary clock with added redundancy. For further information, see "Using dual-port NICs to improve redundancy for PTP ordinary clocks".
2121
2222
.Procedure
2323

modules/ptp-dual-ports-oc.adoc

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,21 @@ In this configuration, the ports in a dual-port NIC operate as follows:
2121
2222
* If both ports become faulty, the clock state moves to the `HOLDOVER` state, then the `FREERUN` state when the holdover timeout expires, before resyncing to a leader clock.
2323
24-
[NOTE]
25-
====
26-
You can configure PTP ordinary clocks with added redundancy on `x86` architecture nodes with dual-port NICs only.
27-
====
24+
[id="hardware-requirements_{context}"]
25+
== Hardware requirements
26+
27+
You can configure PTP ordinary clocks with added redundancy on x86_64 or AArch64 architecture nodes.
28+
29+
For x86_64 architecture nodes, the nodes must feature dual-port NICs that support PTP and expose a single PTP hardware clock (PHC) per NIC, such as the Intel E810.
30+
31+
For AArch64 architecture nodes, you can use the following dual-port NICs only:
32+
33+
* NVIDIA ConnectX-7 series
34+
35+
* NVIDIA BlueField-3 series, in NIC mode
36+
37+
** You must configure the NVIDIA BlueField-3 series DPU in NIC mode before configuring the interface as an ordinary clock with improved redundancy. For further information about configuring NIC mode, see link:https://docs.nvidia.com/networking/display/bluefielddpubspv422/modes+of+operation#src-141856548_ModesofOperation-NICModeforBlueField-3[NIC Mode for BlueField-3] (NVIDIA documentation), link:https://docs.nvidia.com/networking/display/bluefieldbmcv2504/bluefield+managementink[BlueField Management] (NVIDIA documentation), and link:https://docs.nvidia.com/networking/display/bluefielddpuosv470/modes+of+operation#src-2821766680_ModesofOperation-ConfiguringNICModeonBlueField-3fromHostHIIUEFI[Configuring NIC Mode on BlueField-3 from Host BIOS HII UEFI Menu] (NVIDIA documentation).
38+
39+
** You must restart the card after changing to NIC mode. For more information about restarting the card, see link:https://docs.nvidia.com/doca/sdk/nvidia+bluefield+reset+and+reboot+procedures/index.html[NVIDIA BlueField Reset and Reboot Procedures] (NVIDIA documentation).
40+
41+
* Use the latest supported NVIDIA drivers and firmware to ensure proper PTP support and to expose a single PHC per NIC.

0 commit comments

Comments
 (0)