Skip to content

Commit 83aac22

Browse files
committed
remove pinger args and add STT tunnel deprecated warning (#328)
Signed-off-by: Mengxin Liu <[email protected]> (cherry picked from commit f263d2c)
1 parent 6d6d8fd commit 83aac22

File tree

5 files changed

+8
-66
lines changed

5 files changed

+8
-66
lines changed

docs/reference/kube-ovn-pinger-args.en.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/reference/kube-ovn-pinger-args.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/reference/tunnel-protocol.en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ and consumes more CPU resources when handling large packets.
3333

3434
## STT
3535

36+
!!! warning
37+
38+
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.
39+
3640
The `STT` protocol is an early tunneling protocol supported by the OVN that uses TCP-like headers to
3741
take advantage of the TCP offload capabilities common to modern NICs and significantly increase TCP throughput.
3842
The protocol also has a long header to support full OVN capabilities and large-scale datapaths.

docs/reference/tunnel-protocol.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ CPU 资源。
2929

3030
## STT
3131

32+
!!! warning
33+
34+
OpenVswitch 上游在 3.6 版本[移除对 STT 类型 Tunnel 的支持](https://github.com/openvswitch/ovs/commit/19b89416203f3b3b212fb01c30c81ea1b77624eb){: target="_blank" },该方案未来将无法得到上游支持。
35+
3236
`STT` 协议为 OVN 较早支持的隧道协议,该协议使用类 TCP 的头部,可以充分利用现代网卡通用的 TCP 卸载能力,大幅提升 TCP
3337
的吞吐量。同时该协议头部较长可支持完整的 OVN 能力和大规模的 datapath。
3438

mkdocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ nav:
8686
- 功能成熟度: "reference/feature-stage.md"
8787
- Underlay 流量拓扑: "reference/underlay-topology.md"
8888
- Iptables 规则: "reference/iptables-rules.md"
89-
- kube-ovn-pinger 参数描述: "reference/kube-ovn-pinger-args.md"
9089
- 开发和贡献指导: "reference/dev-env.md"
9190
- 对上游 OVS/OVN 修改: "reference/ovs-ovn-customized.md"
9291
- 隧道协议说明: "reference/tunnel-protocol.md"
@@ -236,7 +235,6 @@ plugins:
236235
功能成熟度: Feature Stage
237236
配置原生 Prometheus: Config Native Prometheus
238237
Iptables 规则: Iptables Rules
239-
kube-ovn-pinger 参数描述: kube-ovn-pinger args description
240238
内部负载均衡: Internal Load Balancer
241239
内部 DNS: Internal DNS
242240
Kube-OVN 接口规范: Kube-OVN API Reference

0 commit comments

Comments
 (0)