summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorfactor2431 <factor2431@outlook.com>2025-06-29 14:35:16 +0800
committerfactor2431 <factor2431@outlook.com>2025-06-29 14:35:16 +0800
commite7e55a2d3bc3547422583d8f5b3a5a13299a4645 (patch)
tree46ba5488a1a861c716e2d3a2c1e529bc2bf3003e /interface-definitions
parent22c6a817faee11ef97bb33a5431d7467b683c2e6 (diff)
downloadvyos-1x-e7e55a2d3bc3547422583d8f5b3a5a13299a4645.tar.gz
vyos-1x-e7e55a2d3bc3547422583d8f5b3a5a13299a4645.zip
T7589: Add no-split-gso and ack-filter for CAKE
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/qos.xml.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/interface-definitions/qos.xml.in b/interface-definitions/qos.xml.in
index c6ecb742e..aad1de629 100644
--- a/interface-definitions/qos.xml.in
+++ b/interface-definitions/qos.xml.in
@@ -135,6 +135,25 @@
<valueless/>
</properties>
</leafNode>
+ <leafNode name="no-split-gso">
+ <properties>
+ <help>Do not split GSO super-packets into on-the-wire components</help>
+ <valueless/>
+ </properties>
+ </leafNode>
+ <node name="ack-filter">
+ <properties>
+ <help>Identify and filter out TCP ACK packets that do not convey significant new information</help>
+ </properties>
+ <children>
+ <leafNode name="aggressive">
+ <properties>
+ <help>Enable aggressive mode which will result in more ACK packets being compresses/filtered</help>
+ <valueless/>
+ </properties>
+ </leafNode>
+ </children>
+ </node>
<leafNode name="rtt">
<properties>
<help>Round-Trip-Time for Active Queue Management (AQM)</help>