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

network: Introduce SR-IOV #16219

Merged
merged 5 commits into from
Jul 2, 2020
Merged

network: Introduce SR-IOV #16219

merged 5 commits into from
Jul 2, 2020

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    5908ddd View commit details
    Browse the repository at this point in the history
  2. network: Introduce SR-IOV

    SR-IOV provides the ability to partition a single physical PCI
    resource into virtual PCI functions which can then be injected in
    to a VM. In the case of network VFs, SR-IOV improves north-south n
    etwork performance (that is, traffic with endpoints outside the
    host machine) by allowing traffic to bypass the host machine’s network stack.
    ssahani authored and yuwata committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    518cd6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e64b31c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3a5025 View commit details
    Browse the repository at this point in the history
  5. test-network: add tests for SR-IOV

    This also adjusts test_sysctl_disable_ipv6(), as rt_trap flag may be
    added to routes on some environments.
    yuwata committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    3d2c269 View commit details
    Browse the repository at this point in the history