search for: bb91

Displaying 5 results from an estimated 5 matches for "bb91".

Did you mean: bb1
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?
2013 Sep 05
0
Re: SR-IOV Pool Availability
...pool_of_SRIOV_VFs_in_a_libvirt_.3Cnetwork.3E_definition > ), how would I check how many virtual functions are already in use? Hi Brian Hope the following can help you. [root@sriov2 images]# virsh net-dumpxml hostnet <network> <name>hostnet</name> <uuid>6b49be3c-bb91-c16d-b475-2929678720f4</uuid> <forward mode='hostdev' managed='yes'> <pf dev='eth2'/> </forward> </network> [root@sriov2 images]# virsh start r6 Domain r6 started [root@sriov2 images]# virsh attach-device r6 vfpool.xml Device attach...
2014 Mar 07
0
Abril Pro Ruby 2014 - The Tropical Ruby Conference
...end an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/61896caf-bb91-40df-9d96-2e162abbe17d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
2010 Jun 03
2
mangled user_attrs from LDAP
...0x0110: 756d 6265 7204 0967 6964 4e75 6d62 6572 umber..gidNumber 0x0120: 0409 6d61 696c 5175 6f74 61 ..mailQuota 16:54:06.147464 IP closest-ldap.ldap > mail.xxxxx.com.62929: P 15:142(127) ack 261 win 32942 <nop,nop,timestamp 267819449 1521221146> 0x0000: 4500 00b3 bb91 4000 4006 faae 40f7 8112 E..... at .@... at ... 0x0010: 40f7 8104 0185 f5d1 5aea 01d9 41e1 8c74 @.......Z...A..t 0x0020: 8018 80ae b708 0000 0101 080a 0ff6 99b9 ................ 0x0030: 5aab fe1a 307d 0201 2064 7804 1663 6e3d Z...0}...dx..cn= 0x0040: 6773 6862 6f62 6d2c 6463...
2013 Oct 15
0
[LLVMdev] [llvm-commits] r192750 - Enable MI Sched for x86.
...; ============================================================================== >> --- llvm/trunk/test/CodeGen/X86/select.ll (original) >> +++ llvm/trunk/test/CodeGen/X86/select.ll Tue Oct 15 18:33:07 2013 >> @@ -34,12 +34,12 @@ bb90: ; preds = %bb84, %bb72 >> bb91: ; preds = %bb84 >> ret i32 0 >> ; CHECK-LABEL: test2: >> -; CHECK: movnew >> -; CHECK: movswl >> +; CHECK: cmovnew >> +; CHECK: cwtl >> >> ; ATOM-LABEL: test2: >> -; ATOM: movnew >> -; ATOM: movswl >> +; ATOM: cmovn...