@@ -58,8 +58,8 @@ in latency tests.
58
58
[[scaling-performance-optimizing-mtu]]
59
59
=== Optimizing the MTU for Your Network
60
60
61
- There are two MTUs ( maximum transmission units) that matter : the network
62
- interface card (NIC) MTU, and the SDN overlay's MTU.
61
+ There are two important maximum transmission units (MTUs) : the network
62
+ interface card (NIC) MTU and the SDN overlay's MTU.
63
63
64
64
The NIC MTU must be less than or equal to the maximum supported value of the NIC
65
65
of your network. If you are optimizing for throughput, pick the largest possible
@@ -97,7 +97,7 @@ can also be set to any other CNI-compatible plug-in as well.
97
97
default values allow for:
98
98
99
99
- Maximum cluster size of 1024 nodes
100
- - Each of the 1024 nodes has a /23 allocated to it (510 usable IPs for pods)
100
+ - Each of the 1024 nodes has a /23 allocated to it (510 usable IP addresses for pods)
101
101
- Provides 65,536 IP addresses for services.
102
102
103
103
Under most circumstances, these networks cannot be changed after deployment. Thus it is important to plan ahead for growth.
@@ -114,7 +114,7 @@ Ansible inventory file:
114
114
osm_cluster_network_cidr=10.128.0.0/10
115
115
----
116
116
117
- This will allow for 8192 nodes, each with 510 usable IPs .
117
+ This will allow for 8192 nodes, each with 510 usable IP addresses .
118
118
119
119
See the supportability limits in the {product-title} documentation for node/pod limits for the version of software you are installing.
120
120
@@ -125,6 +125,7 @@ Because encrypting and decrypting node hosts uses CPU power, performance is
125
125
affected both in throughput and CPU usage on the nodes when encryption is
126
126
enabled, regardless of the IP security system being used.
127
127
128
- IPSec encrypts traffic at the IP level, before it hits the NIC, protecting
128
+ IPSec encrypts traffic at the IP payload level, before it hits the NIC, protecting
129
129
fields that would otherwise be used for NIC offloading. This means that some NIC
130
- acceleration features may not be usable when IPSec is enabled and will lead to increased throughput and CPU usage.
130
+ acceleration features may not be usable when IPSec is enabled and will lead to
131
+ decreased throughput and increased CPU usage.
0 commit comments