From Dan Kenigsberg danken@redhat.com:
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 lgoldber@redhat.com --- 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
vdsm-patches@lists.fedorahosted.org