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

Support SR-IOV #21

Merged
merged 4 commits into from
Sep 23, 2024
Merged

Support SR-IOV #21

merged 4 commits into from
Sep 23, 2024

Commits on Sep 23, 2024

  1. pci/util: add utility functions to work with virtual functions

    Add a set of utility functions operating on sysfs to deal with various
    aspects of SR-IOV Virtual Functions and their Physical Functions.
    
    Signed-off-by: Klaus Jensen <[email protected]>
    birkelund committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1469142 View commit details
    Browse the repository at this point in the history
  2. iommu/vfio: support vf_token

    If the physical function is bound to vfio-pci, it (and its VFs) must be
    opened using a VF "token". Allow this to be passed in a VFTOKEN
    environment variable.
    
    Signed-off-by: Klaus Jensen <[email protected]>
    birkelund committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e04ea78 View commit details
    Browse the repository at this point in the history
  3. nvme: add virtualization management

    Add support for Virtualization Management through a set of helpers.
    
    Signed-off-by: Klaus Jensen <[email protected]>
    birkelund committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d63e6ad View commit details
    Browse the repository at this point in the history
  4. CHANGELOG: update changelog

    Update CHANGELOG.md with new functionality.
    
    Signed-off-by: Klaus Jensen <[email protected]>
    birkelund committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4c8afe7 View commit details
    Browse the repository at this point in the history