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

Update: add --force, --enable-sriov to opae.io #3038

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

Commits on Nov 7, 2023

  1. Feature: add --force, --enable-sriov to opae.io

    Add --force and --enable-sriov options to the subparser for
    opae.io init. The --force option enables controlling the force
    parameter to vfio_init() that was previously hard-coded to False.
    
    The --enable-sriov option, when given, causes opae.io init to
    write 'Y' to /sys/module/vfio_pci/parameters/enable_sriov.
    
    The default value for both options is False.
    
    Signed-off-by: Tim Whisonant <tim.whisonant@intel.com>
    tswhison committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4b208f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Fix review comment.

    Signed-off-by: Tim Whisonant <tim.whisonant@intel.com>
    tswhison committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    18a0ca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cae29a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    ec349b7 View commit details
    Browse the repository at this point in the history