Comment 17 for bug 1841067

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

Reviewed: https://review.opendev.org/727828
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=528a9ce0a0e95500ffd4d97db19e9fed5ab2b4f5
Submitter: Zuul
Branch: stable/train

commit 528a9ce0a0e95500ffd4d97db19e9fed5ab2b4f5
Author: Adrian Chiris <email address hidden>
Date: Thu Aug 15 17:01:54 2019 +0300

    Use effective MAC address for macvtap assigned VFs

    This commit modifies the way sriov agent retrieves mac
    addresses for macvtap assigned VFs to use the effective
    mac taken from the macvtap net device instead of the
    administrative mac set on the PF.

    This commit rids sriov agent from depending on hypervisor/nova
    to set both administrative and effective mac for macvtap ports.

    Related-Bug: #1841067

    Change-Id: Id499bcc49d27f13f7f03481922a3383b4a255da1
    (cherry picked from commit 6f7b88d0808bee36b9d089ce8d3c0f98ae0b2dea)