[virt-tools-list] [virt-manager PATCH V3 0/3] add support to create SR-IOV VF pool

Cole Robinson crobinso at redhat.com
Tue Apr 4 19:28:29 UTC 2017


On 03/31/2017 08:11 AM, Lin Ma wrote:
> Create a network with a device pool containing all the VFs of an SR-IOV device.
> 
> v2 -> v3:
> * new patch for adding the missing network device to match pci device to cover the network ui test.
> * since patch 1 to 3 were merged, so remove them from this patch set, split the original 4/4 patch into two patches.
> * modify 4 widgets's names.
> * avoid comparing against the translatable text, using list name instead.
> * some code adjustment for better indentation.
> 
> Lin Ma (3):
>   testdriver: Add missing net dev to match pci dev for SR-IOV network
>     test
>   tests: add test for network of SR-IOV VF pool
>   network: add support to create SR-IOV VF pool
> 
>  tests/testdriver.xml                       | 10 ++++
>  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                            | 96 ++++++++++++++++++++++++++++--
>  virtManager/createnet.py                   | 68 ++++++++++++++++++++-
>  virtinst/network.py                        | 12 ++++
>  7 files changed, 211 insertions(+), 7 deletions(-)
>  create mode 100644 tests/xmlparse-xml/network-vf-pool-in.xml
>  create mode 100644 tests/xmlparse-xml/network-vf-pool-out.xml
> 

Thanks, pushed now, with a follow up patch to clean up some UI bits, no
functional changes though

- Cole




More information about the virt-tools-list mailing list