Displaying 2 results from an estimated 2 matches for "d5dabeb2".
2013 Sep 20
1
Re: SR-IOV Pool Availability
...9;m hoping you can please help with two issues:
1. The pool works, but I transparent VLAN with the pool does not. I
have to manually run "ip" afterwards to get it to work.
# virsh net-dumpxml em2net
<network connections='1'>
<name>em2net</name>
<uuid>d5dabeb2-fa09-3edf-660a-db42d8cd3f4d</uuid>
<forward mode='hostdev' managed='yes'>
<pf dev='em2'/>
<snip giant list of VFs>
</forward>
</network>
# virsh dumpxml guestbox
---
<interface type='network'>
<ma...
2013 Aug 27
3
SR-IOV Pool Availability
If I'm using the SR-IOV Pool assignment method (from
http://wiki.libvirt.org/page/Networking#Assignment_from_a_pool_of_SRIOV_VFs_in_a_libvirt_.3Cnetwork.3E_definition
), how would I check how many virtual functions are already in use?
Is there a method other then looping through all the active guests and
determining if they're using the SR-IOV interface?