search for: ravaioli

Displaying 9 results from an estimated 9 matches for "ravaioli".

Did you mean: gavioli
2018 Dec 20
3
Re: assigning PCI addresses with bus > 0x09
On 12/20/18 9:20 AM, Daniel P. Berrangé wrote: > On Thu, Dec 20, 2018 at 03:15:34PM +0100, Riccardo Ravaioli wrote: >> Hi, >> >> My goal is to assign PCI addresses to a number of devices (network >> interfaces, disks and PCI devices in PCI-passthrough) without delegating to >> libvirt the generation of those values. This should give me more control >> and for sure more...
2018 Dec 20
3
assigning PCI addresses with bus > 0x09
Hi, My goal is to assign PCI addresses to a number of devices (network interfaces, disks and PCI devices in PCI-passthrough) without delegating to libvirt the generation of those values. This should give me more control and for sure more predictability over the hardware configuration of a virtual machine and consequently the name of the interfaces in it. I'm using libvirt 4.3.0 to create
2020 Apr 07
1
"failed to setup INTx fd: Operation not permitted" error when using PCI passthrough
...every i350 interface has its own IOMMU group in /sys/kernel/iommu_groups/. The kernel I'm using in the host machine is 4.9.189 and my libvirt version is 4.3.0. Any thoughts on this? Is there something I should enable in the BIOS or in the kernel to make this work? Thanks! Regards, Riccardo Ravaioli
2018 Dec 20
0
Re: assigning PCI addresses with bus > 0x09
On Thu, Dec 20, 2018 at 03:15:34PM +0100, Riccardo Ravaioli wrote: > Hi, > > My goal is to assign PCI addresses to a number of devices (network > interfaces, disks and PCI devices in PCI-passthrough) without delegating to > libvirt the generation of those values. This should give me more control > and for sure more predictability over the...
2018 Feb 22
3
"scripts are not supported on interfaces of type vhostuser" error
Hi, I'm having trouble starting a VM with vhostuser interfaces. I have a simple configuration where a VM running Debian has 1 vhostuser interface plugged into an OVS switch where a DPDK interface is already plugged in. $ ovs-vsctl show: Bridge "switch1" Port "switch1" Interface "switch1" type: internal Port "1.switch1"
2018 Feb 22
0
Re: "scripts are not supported on interfaces of type vhostuser" error
On 02/22/2018 11:41 AM, Riccardo Ravaioli wrote: > Hi, > > I'm having trouble starting a VM with vhostuser interfaces. > > I have a simple configuration where a VM running Debian has 1 vhostuser > interface plugged into an OVS switch where a DPDK interface is already > plugged in. > $ ovs-vsctl show: > Brid...
2018 Feb 23
1
Re: "scripts are not supported on interfaces of type vhostuser" error
Spot on! The script qemu-ifup was indeed the cause of the problem. It's a dummy script that only does "exit 0" and it was apparently needed in the past with old versions of libvirt. I see examples on the net where it is used to configure interfaces with shell commands. I don't need it. I see that everything works fine without the <script
2018 Nov 15
0
performance overhead with backing chains?
Hi, I was wondering if there are any studies on the performance overhead of a QEMU/KVM virtual machine when the backing chain of its disk(s) is of size n, with n > 1. In particular, it would be useful to know until what size we can expect little or no impact on a Linux virtual machine, for instance. Thanks! Regards, Riccardo
2019 Jan 03
0
Re: assigning PCI addresses with bus > 0x09
On Thu, 20 Dec 2018 at 15:39, Laine Stump <laine@redhat.com> wrote: > I think you're right. Each bus requires some amount of IO space, and I > thought I recalled someone saying that all of the available IO space is > exhausted after 7 or 8 buses. [...] > Laine, Do you have by any chance a link to a page explaining this in more details? Thanks again! :) Riccardo