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

WIP: Bump k8s 1.30 #726

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 26, 2024

  1. introduce a recheck for the VF interface 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 Jun 26, 2024
    Configuration menu
    Copy the full SHA
    596f5e8 View commit details
    Browse the repository at this point in the history
  2. BUMP version

    Signed-off-by: Sebastian Sch <[email protected]>
    SchSeba committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3fe8856 View commit details
    Browse the repository at this point in the history