Skip to content

Commit 9919a8d

Browse files
authored
Merge pull request #85996 from JoeAldinger/OCPBUGS-36480
2 parents 89aa916 + b24e543 commit 9919a8d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

modules/optimizing-mtu-networking.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
There are two important maximum transmission units (MTUs): the network interface controller (NIC) MTU and the cluster network MTU.
99

10-
The NIC MTU is only configured at the time of {product-title} installation. The MTU must be less than or equal to the maximum supported value of the NIC of your network. If you are optimizing for throughput, choose the largest possible value. If you are optimizing for lowest latency, choose a lower value.
10+
The NIC MTU is configured at the time of {product-title} installation, and you can also change the cluster's MTU as a Day 2 operation. See "Changing cluster network MTU" for more information. The MTU must be less than or equal to the maximum supported value of the NIC of your network. If you are optimizing for throughput, choose the largest possible value. If you are optimizing for lowest latency, choose a lower value.
1111

1212
For OVN and Geneve, the MTU must be less than the NIC MTU by 100 bytes at a minimum.

scalability_and_performance/optimization/optimizing-networking.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Geneve-offload does not reduce latency. However, CPU utilization is reduced even
2525

2626
include::modules/optimizing-mtu-networking.adoc[leveloffset=+1]
2727

28+
[role="_additional-resources"]
29+
.Additional resources
30+
31+
* xref:../../networking/changing-cluster-network-mtu.adoc#changing-cluster-network-mtu[Changing cluster network MTU]
32+
2833
include::modules/recommended-install-practices.adoc[leveloffset=+1]
2934

3035
include::modules/ipsec-impact-networking.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)