Displaying 1 result from an estimated 1 matches for "passthrough_eth0".
2014 Feb 26
2
POOL of SRIOV networks with multiple PFs
...network connections, but I'd like to start using the pool approach. Ubuntu 12.04 libvirt 1.0.0
Following:
http://wiki.libvirt.org/page/Networking#Assignment_from_a_pool_of_SRIOV_VFs_in_a_libvirt_.3Cnetwork.3E_definition
I can get a pool working with one network-
<network>
<name>passthrough_eth0</name>
<forward mode='hostdev' managed='yes'>
<pf dev='eth0'/>
</forward>
</network>
and I can get the four networks started using similar xml. Using one stanza of network type passthrough, I can get a
pool on one PF.
But when I try...