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

[switchdev 6/x] Update netlink lib and add helper functions #633

Merged
merged 3 commits into from
Feb 26, 2024

Commits on Feb 23, 2024

  1. Update netlink library

    Signed-off-by: Yury Kulazhenkov <ykulazhenkov@nvidia.com>
    ykulazhenkov committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3d31324 View commit details
    Browse the repository at this point in the history
  2. Replace govdpa lib calls with netlink

    This required to support additional configuration
    options and to remove need to mount
    /dev/ folder to the container (govdpa requires it)
    
    Signed-off-by: Yury Kulazhenkov <ykulazhenkov@nvidia.com>
    ykulazhenkov committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7251d38 View commit details
    Browse the repository at this point in the history
  3. Add functions to work with devlink dev parameters

    Signed-off-by: Yury Kulazhenkov <ykulazhenkov@nvidia.com>
    ykulazhenkov committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f5d2e2c View commit details
    Browse the repository at this point in the history