[virt-tools-list] [virt-manager PATCH 0/4 v2] add support to create SR-IOV VF pool
Lin Ma
lma at suse.com
Mon Mar 27 02:22:30 UTC 2017
Create a network with a device pool containing all the VFs of an SR-IOV device.
v1 -> v2:
* only list SR-IOV capable interfaces instead of listing all of interfaces.
* add related tests.
Lin Ma (4):
testdriver: Add SR-IOV example
nodedev: Parse PCI capability_type for SR-IOV device
testdriver: Add network example of a pool of SRIOV VFs
network: add support to create SR-IOV VF pool
tests/nodedev.py | 5 +
tests/testdriver.xml | 32 ++++++
tests/xmlparse-xml/network-vf-pool-in.xml | 5 +
tests/xmlparse-xml/network-vf-pool-out.xml | 6 ++
tests/xmlparse.py | 21 ++++
ui/createnet.ui | 92 ++++++++++++++++-
virtManager/createnet.py | 153 ++++++++++++++++++++---------
virtinst/network.py | 12 +++
virtinst/nodedev.py | 2 +
9 files changed, 279 insertions(+), 49 deletions(-)
create mode 100644 tests/xmlparse-xml/network-vf-pool-in.xml
create mode 100644 tests/xmlparse-xml/network-vf-pool-out.xml
--
2.9.2
More information about the virt-tools-list
mailing list