[OVN] FIP QoS and router QoS have the same priority
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| neutron |
Fix Released
|
Medium
|
Rodolfo Alonso | ||
Bug Description
The default QoS priority for an OVN QoS rule is "OVN_QOS_
A port connected to a router can have up to 3 QoS rules applied:
* The port QoS
* The router QoS
* The FIP QoS (when a FIP is assigned).
NOTE: the priority of the port QoS will be handled in other bug.
The problem is how to handle the priority of the router QoS and FIP QoS. Both rules are matching the egress/ingress gateway LRP (the FIP is also matching the IP address and the CR port, if present). According to [2], "if two QoS rules with the same priority both match, then the one actually applied to a packet is undefined". Because of that, we need to increase the priority of the FIP rules that will superseed the router QoS one.
[1]https:/
[2]https:/
Jira reference: https:/
| Changed in neutron: | |
| assignee: | nobody → Rodolfo Alonso (rodolfo-alonso-hernandez) |
| description: | updated |
| description: | updated |
| Changed in neutron: | |
| importance: | Undecided → Medium |

Fix proposed to branch: master /review. opendev. org/c/openstack /neutron/ +/948894
Review: https:/