similar to: Attach / detach problem for passthrough/SR-IOV in libvirt

Displaying 20 results from an estimated 1000 matches similar to: "Attach / detach problem for passthrough/SR-IOV in libvirt"

2014 Mar 27
0
libvirt-users@redhat.com
Hi all I just encountered a problem in libvirt while was trying to attach and detach a sr-iov vf to my VM The version of my libvirt is 1.1.1-0ubuntu8.5 I tried to attach the device using following xml <interface type='hostdev' managed='yes'> <mac address='5c:01:fd:12:34:58'/> <source> <address type='pci'
2014 Jan 19
1
How to configure MacVtap passthrough mode to SR-IOV VF?
Hi guys. These days I'm doing research on SR-IOV & Live migration. As we all know there is big problem that SR-IOV & Live migration can not exist at the same time. I heard that KVM + SRIOV + MacVtap can solve this problem. So I want to try. My environment: Host: Dell R610, OS: RHEL 6.4 ( kernel 2.6.32) NIC: intel 82599
2020 Aug 27
1
bridge + SR-IOV guests with KVM
Hi, I managed to get SR-IOV with an Intel I350 NIC to work.For this I followed the documentation on this page: https://wiki.libvirt.org/page/Networking#Assignment_from_a_pool_of_SRIOV_VFs_in_a_libvirt_.3Cnetwork.3E_definition But as I have more VMs then VF on the NIC I also have a bridge wich serves the other guests. As I run Debian Buster as host I followed the documentation here:
2013 Jan 17
0
XCP 1.1 SR_BACKEND_FAILURE_46 The VDI is not available [opterr=VDI already attached RW] issue
Hello I have a problem with VDI already attached RW in the "adding tag" in blktap2. This issue is on all hosts in pool with attached lvmoiscsi SR. Is there any solution to this problem? /var/log/SMlog: [32484] 2013-01-17 14:59:44.200883 vdi_activate {''sr_uuid'': ''e33281eb-ba4c-3829-9b61-7c64764dff9c'', ''subtask_of'':
2015 Jun 21
0
IOV / SR-IOV / MR-IOV for non-network hardware?
I've been looking for real-world examples of this for a long time -- mainly because I'm trying to decide whether to restrict my build-options to using only components which are all compatible with IOV. I'm thinking that the constraint would be worth it, if IOV could provide a significant performance benefit for non-network peripherals such as storage, video processing, etc. (compared
2020 Jul 14
0
Re: SELinux labels change in libvirt
On Tue, Jul 14, 2020 at 04:02:17PM +0300, Ram Lavi wrote: > On Tue, Jul 14, 2020 at 3:33 PM Daniel P. Berrangé <berrange@redhat.com> > wrote: > > > On Tue, Jul 14, 2020 at 03:21:17PM +0300, Ram Lavi wrote: > > > Hello all, > > > > > > tl;dr, can you point me to the point in the libvirt repo where it's > > trying > > > to change a
2011 Jul 26
2
python-libvirt for 0.9.3 leaking file descriptors
i've reported this issue before, so i guess this is a regression. looks like the python bindings for 0.9.3 are leaking file descriptors: root at cloud1:~# python Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import libvirt >>>
2003 Feb 11
2
geoR question from new R user
Hi, I'm a new R user. My goal is to do a variogram using geoR. I started by trying to do the example in the geoR Illustrative Session using my own data. I am able to read in my Ascii data using: D <- matrix(scan("file.dat", n=530*3), 530,3, byrow=TRUE). Then I use: as.geodata(D, coords.col=1:2, data.col=3) to make the object D geodata. I check the descriptive statistics,
2008 Sep 01
0
[PATCH 0/4 v2] PCI: Linux kernel SR-IOV support
Greetings, Following patches add SR-IOV capability support to the Linux kernel. With these patches, people can turn a PCI device with the capability into multiple ones from software perspective. [PATCH 1/4 v2] PCI: introduce new base functions [PATCH 2/4 v2] PCI: support ARI capability [PATCH 3/4 v2] PCI: support SR-IOV capability [PATCH 4/4 v2] PCI: document the change Thanks to Randy Dunlap
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel
Greetings, Patches to support Single Root I/O Virtualization (SR-IOV) capability are available for the Linux 2.6 development tree. KVM and Xen supports will come soon! --- Single Root I/O Virtualization (SR-IOV) capability defined by PCI-SIG is intended to enable multiple system software to share PCI hardware resources. PCI device that supports this capability can be extended to one Physical
2012 Jun 06
0
SR-IOV with Broadcom NIC??
Hi, We recently purchased some HP Gen8 servers with Broadcom BCM57810 NIC controllers. I am running CentOS 6.2 on these servers configured as KVM hosts. Has anyone gotten the Broadcom chips to run with SR-IOV on CentOS 6.2? Any clues on how to get it working? I see from the Broadcom glossy marketing docs that this chip supports SR-IOV, but I cannot find a procedure for configuring it. The
2011 Feb 10
0
problems with xen and sr-iov/iommu
Hi all, I''ve fetched the xen 4.0.1 source from the usual spot and have git''d the stable dom0 source (recently) from the jeremy repository, have successfully built and installed each of these on my VT-x and VT-d capable x86_64 system, over a fedora 14 installation. Most of the features seem to be running just fine, but I''m having a real problem getting the virtual
2010 Jun 09
0
Problem passing an SR-IOV function to a PV domU
I have an intel 82576GB SR-IOV network card, and I''m trying to pass a function through to a PV domU. Things seem to be going right, but the function I pass through never shows up in an lspci on the domU. I''m successfully hiding the function in dom0, and it shows up in "xm pci-list-assignable-devices" I''ve tried assigning the function to my domU using both the
2010 Jul 02
1
VMDq SR-IOV
Hello, Is there a HowTo or tutorial about the configuration of VMDq or SR-IOV with XEN? Thanks in advance. Best Regards, -- Houssem MEDHIOUB Research Engineer TELECOM & Management SudParis _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Feb 17
0
anyone successfully using sr-iov on xen 4.0.1?
I''m currently unable to make it fully work. If there are successes out there that are willing to share config, etc, I''d really like to compare. My current efforts: o physical nics mapped to linux HVM guests work, get network access o virtual nics (sr-iov functions) get mapped to linux HVM guests, report link up, but do not get network access (IRQ black hole??) Does
2013 Mar 13
0
SR-IOV vs nPAR
Hi, (Already asked this on the intel wired forum: http://communities.intel.com/message/185413#185413 but some of those questiones are XEN specific, which might be why theres no response ;-) I have doubts if SR-IOV will provide the required features compared to nPAR. SR-IOV seems more flexible, but I''m not sure if performance and features are the same as nPAR. Servers will be Dell M620
2013 Sep 05
0
Re: SR-IOV Pool Availability
On 08/28/2013 05:25 AM, Brian Rak wrote: > 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? Hi Brian Hope the following can help you. [root@sriov2 images]# virsh net-dumpxml hostnet
2013 Oct 23
2
sr-iov with openvswitch possible?
Hi all. I'm try to find answer for my qustion in google, but i can't. if i use openvswitch virtualport in domain and want to use sr-iov does it possible? Or if i use sr-iov traffic not goes to openvswitch? -- Vasiliy Tolstov, e-mail: v.tolstov@selfip.ru jabber: vase@selfip.ru
2013 Oct 30
0
Re: sr-iov with openvswitch possible?
On 10/23/2013 05:17 PM, Vasiliy Tolstov wrote: > Hi all. I'm try to find answer for my qustion in google, but i can't. > > if i use openvswitch virtualport in domain and want to use sr-iov does > it possible? Or if i use sr-iov traffic not goes to openvswitch? > What do you mean by "use sr-iov"? If you mean directly assigning an SRIOV virtual function to a guest
2014 Feb 24
1
Rhel7 snap6 -- SR-IOV
Hi, This is regarding SRIOV in Rhel7. I have added intel_iommu=on in grub.cfg file. When I attach Virtual Function to VM and I try to poweron the VM, I get the below error: [root@Dell-Rhel7 ~]# virsh start rhel64x64GA error: Failed to start domain rhel64x64GA error: internal error: early end of file from monitor: possible problem: qemu-kvm: -device