summaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorMiika Petäjäniemi <miika.petajaniemi@solita.fi>2022-12-07 14:03:39 +0200
committerIlya Maximets <i.maximets@ovn.org>2023-02-21 14:25:57 +0100
commita6195e2c4236cbe16b3649940fac3b08493eabb2 (patch)
tree051f135aa89985e496a1ffb11083e107e9b726db /vswitchd
parentf3c6cb907cec035bf2d038e58e37749a78f3149b (diff)
downloadopenvswitch-a6195e2c4236cbe16b3649940fac3b08493eabb2.tar.gz
netdev-linux: Add jitter parameter to the netem qos options.
Adds jitter option to enable emulating latency fluctuation with netem. Submitted-at: https://github.com/openvswitch/ovs/pull/407 Signed-off-by: Miika Petäjäniemi <miika.petajaniemi@solita.fi> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 64f23302d..05ac1fbe5 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -4895,6 +4895,10 @@ ovs-vsctl add-port br0 p0 -- set Interface p0 type=patch options:peer=p1 \
Adds an independent loss probability to the packets outgoing from the
chosen network interface.
</column>
+ <column name="other_config" key="jitter" type='{"type": "integer"}'>
+ Adds the provided jitter to the latency outgoing to the
+ chosen network interface. The jitter value expressed in us.
+ </column>
</group>
<group title="Common Columns">