summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2022-10-25 18:37:41 +0200
committerIlya Maximets <i.maximets@ovn.org>2022-11-30 14:42:59 +0100
commitb22c4d84038c3eceab9486984e601b2f979ebe6d (patch)
tree665c770bd038c5164a10af761cd8c3c092a3283a /NEWS
parentd240f72ad2adb9932b59b8e01f47a93f76c5c93c (diff)
downloadopenvswitch-b22c4d84038c3eceab9486984e601b2f979ebe6d.tar.gz
netdev: Assume default link speed to be 10 Gbps instead of 100 Mbps.
100 Mbps was a fair assumption 13 years ago. Modern days 10 Gbps seems like a good value in case no information is available otherwise. The change mainly affects QoS which is currently limited to 100 Mbps if the user didn't specify 'max-rate' and the card doesn't report the speed or OVS doesn't have a predefined enumeration for the speed reported by the NIC. Calculation of the path cost for STP/RSTP is also affected if OVS is unable to determine the link speed. Lower link speed adapters are typically good at reporting their speed, so chances for overshoot should be low. But newer high-speed adapters, for which there is no speed enumeration or if there are some other issues, will not suffer that much. Acked-by: Mike Pattrick <mkp@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ff77ee404..3ae6882d5 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,10 @@ Post-v3.0.0
bug and CVE fixes addressed since its release.
If a user wishes to benefit from these fixes it is recommended to use
DPDK 21.11.2.
+ - For the QoS max-rate and STP/RSTP path-cost configuration OVS now assumes
+ 10 Gbps link speed by default in case the actual link speed cannot be
+ determined. Previously it was 10 Mbps. Values can still be overridden
+ by specifying 'max-rate' or '[r]stp-path-cost' accordingly.
v3.0.0 - 15 Aug 2022