|
1 | 1 | 19 Jun 2025 |
2 | 2 |
|
| 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 | + |
3 | 16 | #### Bug fixes |
4 | 17 |
|
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) |
8 | 21 |
|
9 | 22 | #### Other changes |
10 | 23 |
|
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