]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-network.c
network: Introduce SR-IOV
authorSusant Sahani <ssahani@vmware.com>
Sun, 21 Jun 2020 11:17:34 +0000 (11:17 +0000)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 1 Jul 2020 04:51:33 +0000 (13:51 +0900)
commit518cd6b52700b1206ea2b268602b7da7073f160f
treeed3a13285ec67883b4816becd7ef87880ccc5e8a
parent5908ddd763509194d8a33e04d9fb43307bfe4cdd
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.
man/systemd.network.xml
src/network/meson.build
src/network/networkd-link.c
src/network/networkd-link.h
src/network/networkd-network-gperf.gperf
src/network/networkd-network.c
src/network/networkd-network.h
src/network/networkd-sriov.c [new file with mode: 0644]
src/network/networkd-sriov.h [new file with mode: 0644]
test/fuzz/fuzz-network-parser/directives.network