Uploaded image for project: 'Red Hat OpenStack Services on OpenShift'
  1. Red Hat OpenStack Services on OpenShift
  2. OSPRH-2911

BZ#2165497 [OVN] New OVN agent; hardware offloaded QoS implementation

XMLWordPrintable

    • BZ#2165497 [OVN] New OVN agent; hardware offloaded QoS implementation
    • False
    • Hide

      None

      Show
      None
    • False
    • Committed
    • Proposed
    • Targeted
    • No
    • 67% To Do, 0% In Progress, 33% Done
    • Networking; Neutron

      The OVN architecture allows to avoid spawning compute agents like L3, DHCP or the specific ML2 agent (OVS, SRIOV, etc). This is because the local OVS service is configured by the local ovn-controller running on each node. This ovn-controller reads from the OVN SB database and executed the needed changes in the local OVS database and OF tables.

      However that removes the ability of Neutron to directly interact with each compute node. For example, in [1][2] I proposed a POC of how to implement the ML2/OVS QoS extension for HW offloaded ports. With the current driver implementations, the HW offloaded ports do not apply the QoS rules on the VF of the port representors. That means we have a parity gap between virtio ports and HWOL ports.

      While with ML2/OVS this gap can be closed with [1][2] as a workaround, in ML2/OVN this is not feasible. This RFE proposed to implement an OVN monitor agent that will run on each compute node, *if needed*, that will implement generic features/tools/operations not yet provided by ovn-controller or the interface drivers.

      The first feature to be implemented is the QoS extension for the port representor ports; in particular egress bandwidth limit rules and egress minimum bandwidth rules.

      [1]https://review.opendev.org/c/openstack/neutron/+/815037
      [2]https://review.opendev.org/c/openstack/neutron/+/816537

            rodolfo_alonso Rodolfo Alonso
            jira-bugzilla-migration RH Bugzilla Integration
            rhos-dfg-networking-squad-neutron
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: