From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has submitted this change and it was merged.
Change subject: net: modify VF MAC addresses on creation to a valid address ...................................................................... net: modify VF MAC addresses on creation to a valid address When a guest releases an SR-IOV virtual function, the virtual function's previous MAC address is being restored in host. There is currently an unresolved bug in igb driver's where it fails to reallocate the virtual function back to the host as it doesn't accept the factory (00:00:00:00:00:00) MAC address. Until the issue is resolved on the driver level, this patch implements a hack modifying the VF's MAC addresses on creation to valid addressess that will be accepted upon reallocation. Change-Id: Ib740d45206d41b330fd1b33f31765050cadbd679 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1410076 Signed-off-by: Leon Goldberg <[email protected]> --- M lib/vdsm/network/api.py 1 file changed, 28 insertions(+), 0 deletions(-) Approvals: Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved Leon Goldberg: Verified Edward Haas: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/71029 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib740d45206d41b330fd1b33f31765050cadbd679 Gerrit-PatchSet: 39 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Leon Goldberg <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Edward Haas <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Leon Goldberg <[email protected]> Gerrit-Reviewer: Meni Yakove <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
