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

Intel switchdev #757

Merged
merged 2 commits into from
Sep 17, 2024
Merged

Intel switchdev #757

merged 2 commits into from
Sep 17, 2024

Commits on Aug 29, 2024

  1. eSwitch: e2e test for Switchdev mode

    Add a basic test to loop over all available
    devices and test if setting `eSwitchMode: switchdev` works.
    
    Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
    zeeke committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1beef18 View commit details
    Browse the repository at this point in the history
  2. eSwitch: switchdev and VF creation order

    Ice driver supports creating VFs after the eSwitcMode is
    set to switchdev. This is different than the preferred way
    for `mlx5` driver.
    
    Add specific functions to configure eSwitchMode and SriovNumVFs
    for each driver.
    
    Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
    zeeke committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    976e657 View commit details
    Browse the repository at this point in the history