Skip to content

Commit c3473dc

Browse files
authored
Merge pull request #47985 from aireilly/update-ptp-tp-notes
[TELCODOCS-443] PTP 4.11 tech preview note - PTP dual NIC as boundary clock feature
2 parents f0fa2f2 + 8f42023 commit c3473dc

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
[id="ptp-configuring-linuxptp-services-as-bc-for-dual-nic_{context}"]
77
= Configuring linuxptp services as boundary clocks for dual NIC hardware
88

9+
:FeatureName: Precision Time Protocol (PTP) hardware with dual NIC configured as boundary clocks
10+
include::snippets/technology-preview.adoc[leveloffset=+1]
11+
912
You can configure the `linuxptp` services (`ptp4l`, `phc2sys`) as boundary clocks for dual NIC hardware by creating a `PtpConfig` custom resource (CR) object for each NIC.
1013

1114
Dual NIC hardware allows you to connect each NIC to the same upstream leader clock with separate `ptp4l` instances for each NIC feeding the downstream clocks.

networking/using-ptp.adoc

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,11 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
:FeatureName: Precision Time Protocol (PTP) hardware with single NIC configured as boundary clock
10-
include::snippets/technology-preview.adoc[leveloffset=+1]
9+
You can configure `linuxptp` services and use PTP-capable hardware in {product-title} cluster nodes.
1110

1211
[id="about-using-ptp-hardware"]
1312
== About PTP hardware
1413

15-
You can configure `linuxptp` services and use PTP-capable hardware in {product-title} cluster nodes.
16-
17-
[NOTE]
18-
====
19-
The PTP Operator works with PTP-capable devices on clusters provisioned only on bare-metal infrastructure.
20-
====
21-
2214
You can use the {product-title} console or OpenShift CLI (`oc`) to install PTP by deploying the PTP Operator. The PTP Operator creates and manages the `linuxptp` services and provides the following features:
2315

2416
* Discovery of the PTP-capable devices in the cluster.
@@ -27,6 +19,11 @@ You can use the {product-title} console or OpenShift CLI (`oc`) to install PTP b
2719

2820
* Notification of PTP clock events that negatively affect the performance and reliability of your application with the PTP Operator `cloud-event-proxy` sidecar.
2921

22+
[NOTE]
23+
====
24+
The PTP Operator works with PTP-capable devices on clusters provisioned only on bare-metal infrastructure.
25+
====
26+
3027
include::modules/nw-ptp-introduction.adoc[leveloffset=+1]
3128

3229
[IMPORTANT]
@@ -67,9 +64,6 @@ include::modules/cnf-troubleshooting-common-ptp-operator-issues.adoc[leveloffset
6764

6865
== PTP hardware fast event notifications framework
6966

70-
:FeatureName: PTP events with ordinary clock
71-
include::snippets/technology-preview.adoc[leveloffset=+2]
72-
7367
include::modules/cnf-about-ptp-and-clock-synchronization.adoc[leveloffset=+2]
7468

7569
include::modules/cnf-about-ptp-fast-event-notifications-framework.adoc[leveloffset=+2]

0 commit comments

Comments
 (0)