Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce a recheck for the VF interface name #720

Merged

Commits on Jul 3, 2024

  1. Use interface index instead of name

    It's possible to have a race in the VFIsReady function. vf netdevice can
    have a default eth0 device name and be the time we call the netlink
    syscall to get the device information eth0 can be a different device.
    
    this cause duplicate mac allocation on vf admin mac address
    
    Signed-off-by: Sebastian Sch <[email protected]>
    SchSeba committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f8ce428 View commit details
    Browse the repository at this point in the history