summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDavid Marchand <david.marchand@redhat.com>2023-01-09 17:55:04 +0100
committerIlya Maximets <i.maximets@ovn.org>2023-01-11 20:01:01 +0100
commit8ef198425b1a03d95a544a86ba8e565459408c54 (patch)
treeea7118cb0fd19c71bbe202335f4365a2860d807f /Documentation
parent61e2259cf4d663811e942928e7d0102f9fca31c6 (diff)
downloadopenvswitch-8ef198425b1a03d95a544a86ba8e565459408c54.tar.gz
Documentation: Fix link to Netperf.
netperf.org was shut down in favor of some HP related resources. Signed-off-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/howto/qos.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/howto/qos.rst b/Documentation/howto/qos.rst
index 376ec2514..7d625e001 100644
--- a/Documentation/howto/qos.rst
+++ b/Documentation/howto/qos.rst
@@ -59,10 +59,10 @@ is participating in an OVS bridge, no IP address can be assigned on `eth0`.
The second host, named Measurement Host, can be any host capable of measuring
throughput from a VM. For this guide, we use `netperf
-<http://www.netperf.org>`__, a free tool for testing the rate at which one host
-can send to another. The Measurement Host has only a single NIC, `eth0`, which
-is connected to the Data Network. `eth0` has an IP address that can reach any
-VM on `host1`.
+<https://hewlettpackard.github.io/netperf>`__, a free tool for testing the rate
+at which one host can send to another. The Measurement Host has only a single
+NIC, `eth0`, which is connected to the Data Network. `eth0` has an IP address
+that can reach any VM on `host1`.
Two VMs
~~~~~~~