From a6195e2c4236cbe16b3649940fac3b08493eabb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miika=20Pet=C3=A4j=C3=A4niemi?= Date: Wed, 7 Dec 2022 14:03:39 +0200 Subject: netdev-linux: Add jitter parameter to the netem qos options. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Ilya Maximets --- vswitchd/vswitch.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vswitchd') 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. + + Adds the provided jitter to the latency outgoing to the + chosen network interface. The jitter value expressed in us. + -- cgit v1.2.1