You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advance/performance-tuning.en.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The community will continue to iterate on the performance.
7
7
Some general performance optimizations have been integrated into the latest version,
8
8
so it is recommended to use the latest version to get better default performance.
9
9
10
-
For more on the process and methodology of performance optimization, please watch the video [Kube-OVN 容器性能优化之旅](https://www.bilibili.com/video/BV1zS4y1T73m?share_source=copy_web).
10
+
For more on the process and methodology of performance optimization, please watch the video [Kube-OVN 容器性能优化之旅](https://www.bilibili.com/video/BV1zS4y1T73m?share_source=copy_web){: target="_blank" }.
11
11
12
12
## Benchmarking
13
13
@@ -119,7 +119,7 @@ ethtool -G eno1 tx 4096
119
119
120
120
### Optimize with tuned
121
121
122
-
[tuned](https://tuned-project.org/) can use a series of preconfigured profile files to perform system optimizations for a specific scenario.
122
+
[tuned](https://tuned-project.org/){: target="_blank" } can use a series of preconfigured profile files to perform system optimizations for a specific scenario.
@@ -261,6 +261,10 @@ It is recommended to reboot the machine to reload the new version of the kernel
261
261
262
262
### Using STT Type Tunnel
263
263
264
+
!!! warning
265
+
266
+
Open vSwitch upstream removed support for STT tunnels in version 3.6 [commit](https://github.com/openvswitch/ovs/commit/19b89416203f3b3b212fb01c30c81ea1b77624eb){: target="_blank" }. This solution will no longer receive upstream support in the future.
267
+
264
268
Common tunnel encapsulation protocols such as Geneve and Vxlan use the UDP protocol to encapsulate packets and are well supported in the kernel.
265
269
However, when TCP packets are encapsulated using UDP, the optimization and offload features of modern operating systems and
266
270
network cards for the TCP protocol do not work well, resulting in a significant drop in TCP throughput.
0 commit comments