Skip to content

Commit f35e146

Browse files
committed
Update release notes with additional QoS PR notes
1 parent 268c1da commit f35e146

1 file changed

Lines changed: 18 additions & 5 deletions

File tree

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
19 Jun 2025
22

3+
#### QoS Enhancements
4+
5+
##### Several enhancements have been made to Calico's QoS controls [calico 10518](https://github.com/projectcalico/calico/pull/10518)
6+
7+
* Added support for peakrate (and optionally minburst) configuration to bandwidth QoS controls.
8+
* Added support for packet burst configuration to packet rate QoS controls.
9+
* Fixed upper and lower boundaries of packet rate and number of connections QoS controls to be in-line with kernel limits.
10+
11+
##### Several enhancements have been made to Calico's QoS support in OpenStack [calico 10532](https://github.com/projectcalico/calico/pull/10532) (@nelljerram)
12+
13+
* Calico for OpenStack's QoS support has been enhanced to cover packet rate burst size configuration. There are new driver settings (cluster-wide, set in `neutron.conf`) for configuring max and min packet burst sizes in each direction.
14+
* Calico for OpenStack's QoS support has been enhanced to cover peak rate configuration. The `max_burst_kbps` field of bandwidth limit rules is honoured as the peak rate, and there are new driver settings (cluster-wide, set in `neutron.conf`) for configuring max and min burst sizes in each direction.
15+
316
#### Bug fixes
417

5-
- ebpf: fix forwarding for asymetric routing https://github.com/projectcalico/calico/issues/10469 [calico 10535](https://github.com/projectcalico/calico/pull/10535) (@tomastigera)
6-
- Fix race condition in Goldmane startup [calico 10514](https://github.com/projectcalico/calico/pull/10514) (@caseydavenport)
7-
- Fix Goldmane race condition when terminating streams [calico 10513](https://github.com/projectcalico/calico/pull/10513) (@caseydavenport)
18+
* ebpf: fix forwarding for asymetric routing https://github.com/projectcalico/calico/issues/10469 [calico 10535](https://github.com/projectcalico/calico/pull/10535) (@tomastigera)
19+
* Fix race condition in Goldmane startup [calico 10514](https://github.com/projectcalico/calico/pull/10514) (@caseydavenport)
20+
* Fix Goldmane race condition when terminating streams [calico 10513](https://github.com/projectcalico/calico/pull/10513) (@caseydavenport)
821

922
#### Other changes
1023

11-
- Add NextHopMode field to BGPPeer API [calico 10562](https://github.com/projectcalico/calico/pull/10562) (@song-jiang)
12-
- Allow Operator to delete ANP/BANP CRDs to set owner refs when assuming control of pre-existing CRDs, for example on OCP. [calico 10552](https://github.com/projectcalico/calico/pull/10552) (@mazdakn)
24+
* Add NextHopMode field to BGPPeer API [calico 10562](https://github.com/projectcalico/calico/pull/10562) (@song-jiang)
25+
* Allow Operator to delete ANP/BANP CRDs to set owner refs when assuming control of pre-existing CRDs, for example on OCP. [calico 10552](https://github.com/projectcalico/calico/pull/10552) (@mazdakn)

0 commit comments

Comments
 (0)