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

Use Devlink when possible for NewPciNetDevice #399

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 23, 2021

  1. Use Devlink when possible for NewPciNetDevice

    Try to use devlink api to configure the linkType to be `ether`.
    If the card doesn't support this we fall back to netlink.
    
    This commit is a partial fix for k8snetworkplumbingwg#392
    There are still cards the doesn't support the netlink api like intel xv710
    
    Signed-off-by: Sebastian Sch <[email protected]>
    SchSeba committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    81359b8 View commit details
    Browse the repository at this point in the history