Skip to content

Commit 9539ef1

Browse files
authored
Merge pull request #81467 from sr1kar99/2011-logan-beach-nic-support-for-ptp
TELCODOCS#2011: Logan Beach NIC support for PTP
2 parents f4d7732 + 6b7c3d1 commit 9539ef1

4 files changed

+18
-13
lines changed

modules/nw-ptp-configuring-linuxptp-services-as-grandmaster-clock-dual-nic.adoc

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="configuring-linuxptp-services-as-grandmaster-clock-dual-nic_{context}"]
7-
= Configuring linuxptp services as a grandmaster clock for dual E810 Westport Channel NICs
7+
= Configuring linuxptp services as a grandmaster clock for dual E810 NICs
88

9-
You can configure the `linuxptp` services (`ptp4l`, `phc2sys`, `ts2phc`) as grandmaster clock (T-GM) for dual E810 Westport Channel NICs by creating a `PtpConfig` custom resource (CR) that configures the host NICs.
9+
You can configure the `linuxptp` services (`ptp4l`, `phc2sys`, `ts2phc`) as a grandmaster clock (T-GM) for dual E810 NICs by creating a `PtpConfig` custom resource (CR) that configures the host NICs.
10+
11+
You can configure the `linuxptp` services as a T-GM for the following dual E810 NICs:
12+
13+
* Intel E810-XXVDA4T Westport Channel NICs
14+
* Intel E810-CQDA2T Logan Beach NICs
1015
1116
For distributed RAN (D-RAN) use cases, you can configure PTP for dual-NICs as follows:
1217

@@ -18,7 +23,7 @@ The host system clock is synchronized from the NIC that is connected to the GNSS
1823

1924
[NOTE]
2025
====
21-
Use the following example `PtpConfig` CR as the basis to configure `linuxptp` services as T-GM for dual Intel Westport Channel E810-XXVDA4T network interfaces.
26+
Use the following example `PtpConfig` CR as the basis to configure `linuxptp` services as T-GM for dual Intel E810 network interfaces.
2227
2328
To configure PTP fast events, set appropriate values for `ptp4lOpts`, `ptp4lConf`, and `ptpClockThreshold`.
2429
`ptpClockThreshold` is used only when events are enabled.
@@ -27,7 +32,7 @@ See "Configuring the PTP fast event notifications publisher" for more informatio
2732

2833
.Prerequisites
2934

30-
* For T-GM clocks in production environments, install two Intel E810 Westport Channel NICs in the bare-metal cluster host.
35+
* For T-GM clocks in production environments, install two Intel E810 NICs in the bare-metal cluster host.
3136
3237
* Install the OpenShift CLI (`oc`).
3338
@@ -52,7 +57,7 @@ include::snippets/ptp_PtpConfigDualCardGmWpc.yaml[]
5257
+
5358
[NOTE]
5459
====
55-
For E810 Westport Channel NICs, set the value for `ts2phc.nmea_serialport` to `/dev/gnss0`.
60+
Set the value for `ts2phc.nmea_serialport` to `/dev/gnss0`.
5661
====
5762

5863
.. Create the CR by running the following command:

modules/nw-ptp-dual-wpc-hardware-config-reference.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// * networking/ptp/configuring-ptp.adoc
44

55
:_mod-docs-content-type: REFERENCE
6-
[id="nw-ptp-dual-wpc-hardware-config-reference_{context}"]
7-
= Dual E810 Westport Channel NIC configuration reference
6+
[id="nw-ptp-dual-e810-hardware-config-reference_{context}"]
7+
= Dual E810 NIC configuration reference
88

9-
Use this information to understand how to use the link:https://github.com/openshift/linuxptp-daemon/blob/release-4.14/addons/intel/e810.go[Intel E810-XXVDA4T hardware plugin] to configure a pair of E810 network interfaces as PTP grandmaster clock (T-GM).
9+
Use this information to understand how to use the link:https://github.com/openshift/linuxptp-daemon/blob/release-4.14/addons/intel/e810.go[Intel E810 hardware plugin] to configure a pair of E810 network interfaces as PTP grandmaster clock (T-GM).
1010

1111
Before you configure the dual-NIC cluster host, you must connect the two NICs with an SMA1 cable using the 1PPS faceplace connections.
1212

modules/nw-ptp-e810-hardware-configuration-reference.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
// * networking/ptp/configuring-ptp.adoc
44

55
:_mod-docs-content-type: REFERENCE
6-
[id="nw-ptp-wpc-hardware-pins-reference_{context}"]
7-
= Intel Westport Channel E810 hardware configuration reference
6+
[id="nw-ptp-e810-hardware-pins-reference_{context}"]
7+
= Intel E810 NIC hardware configuration reference
88

9-
Use this information to understand how to use the link:https://github.com/openshift/linuxptp-daemon/blob/release-4.17/addons/intel/e810.go[Intel E810-XXVDA4T hardware plugin] to configure the E810 network interface as PTP grandmaster clock.
9+
Use this information to understand how to use the link:https://github.com/openshift/linuxptp-daemon/blob/release-4.16/addons/intel/e810.go[Intel E810 hardware plugin] to configure the E810 network interface as PTP grandmaster clock.
1010
Hardware pin configuration determines how the network interface interacts with other components and devices in the system.
11-
The E810-XXVDA4T NIC has four connectors for external 1PPS signals: `SMA1`, `SMA2`, `U.FL1`, and `U.FL2`.
11+
The Intel E810 NIC has four connectors for external 1PPS signals: `SMA1`, `SMA2`, `U.FL1`, and `U.FL2`.
1212

1313
.Intel E810 NIC hardware connectors configuration
1414
[width="90%", options="header"]

modules/nw-ptp-grandmaster-clock-configuration-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following reference information describes the configuration options for the
1818
|Specify an array of `.exec.cmdline` options that configure the NIC for grandmaster clock operation. Grandmaster clock configuration requires certain PTP pins to be disabled.
1919

2020
The plugin mechanism allows the PTP Operator to do automated hardware configuration.
21-
For the Intel Westport Channel NIC, when `enableDefaultConfig` is true, The PTP Operator runs a hard-coded script to do the required configuration for the NIC.
21+
For the Intel Westport Channel NIC or the Intel Logan Beach NIC, when the `enableDefaultConfig` field is set to `true`, the PTP Operator runs a hard-coded script to do the required configuration for the NIC.
2222

2323
|`ptp4lOpts`
2424
|Specify system configuration options for the `ptp4l` service.

0 commit comments

Comments
 (0)