Comment 9 for bug 1998608

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/867526
Committed: https://opendev.org/openstack/neutron/commit/14d0ff0317f1fc7f366283a920f579112081725f
Submitter: "Zuul (22348)"
Branch: master

commit 14d0ff0317f1fc7f366283a920f579112081725f
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu Dec 8 05:49:53 2022 +0100

    Add ``devlink.get_port`` method for devlink ports

    Added ``devlink.get_port`` method that provides information about
    a devlink port [1]. It is used to retrieve information about a port
    representor connected to a local OVS instance (aka: hardware offloaded
    ports). This method reports the PF PCI address, the PF index, the VF
    index and the PF name; the PF name will be used to enforce the QoS
    policies on the SR-IOV parent device (similar to what is done in the
    ML2/SRIOV agent).

    [1]https://www.kernel.org/doc/html/latest/networking/devlink/devlink-port.html

    Related-Bug: #1998608
    Change-Id: I34daf554cabcf17cb6371d510d5827457012516d