similar to: performance overhead with backing chains?

Displaying 20 results from an estimated 70000 matches similar to: "performance overhead with backing chains?"

2020 Apr 07
1
"failed to setup INTx fd: Operation not permitted" error when using PCI passthrough
Hi, I'm on a Dell VEP 1405 running Debian 9.11 and I'm running a few tests with various interfaces given in PCI passthrough to a qemu/KVM Virtual Machine also running Debian 9.11. I noticed that only one of the four I350 network controllers can be used in PCI passthrough. The available interfaces are: *# dpdk-devbind.py --status Network devices using kernel driver
2007 May 24
2
Transport Performance / Protocol Overhead (remote shell vs daemon)
Does anyone know how these rsync transport methods compare?: 1) Rsync to remote host via an ssh tunnel to an Rsync daemon vs. 2) Rsync to remote host via ssh remote shell - Is there a performance difference in throughput or latency? - Which one has higher protocol overhead? - Does it matter if we are sending files or receiving them? - Any memory usage differences? - Security implications? Is
2005 Feb 25
0
[LLVMdev] Measuring performance overhead
On Fri, 25 Feb 2005, Tanu Sharma wrote: > > Hey, > > I have written a pass and wishes to measure its performance overhead > after running it over a program.I also wish to measure the size of code > segment once the program is in native code.What are the easy ways in > llvm to achieve this?Are there any tools available in llvm for the same I'm not sure specifically
2005 Feb 27
0
[LLVMdev] Measuring performance overhead
On Sat, 26 Feb 2005, Tanu Sharma wrote: > Thanks for the reply :-) > I am actually looking for ways to determine "size" of code segment when the program is in native code. > Any suggestions to do that ? Compile it with llvm to a native .o or .exe file, then run 'size' on it? E.g.: llvm-gcc x.c -o a.out -Wl,-native size ./a.out -Chris > Chris Lattner <sabre
2005 Feb 25
2
[LLVMdev] Measuring performance overhead
Hey, I have written a pass and wishes to measure its performance overhead after running it over a program.I also wish to measure the size of code segment once the program is in native code.What are the easy ways in llvm to achieve this?Are there any tools available in llvm for the same ?What exactly is this llvm-prof ? Thanks a lot , Tanu --------------------------------- Do you Yahoo!?
2018 Jan 10
1
Whether libvirt can support all backing chain layer are iscsi network disk type
Hi, For backing chain that all images are iscsi network disk type , such as iscsi://ip/iqn../0(base image) <-iscsi://ip/iqn../1(active image). Currently, 'qemu-img info --backing-chain' command can display correct backing file info, but after starting guest with the active image in backing chain, it don't include the related <backingStore> element in dumpxml. So,
2005 Feb 27
2
[LLVMdev] Measuring performance overhead
Thanks for the reply :-) I am actually looking for ways to determine "size" of code segment when the program is in native code. Any suggestions to do that ? Tanu Chris Lattner <sabre at nondot.org> wrote: On Fri, 25 Feb 2005, Tanu Sharma wrote: > > Hey, > > I have written a pass and wishes to measure its performance overhead > after running it over a
2018 Jan 03
0
questions about disk auth element for Backing Chain
Hi, I am a libvirt qe, I am testing the function about the new location of disk auth element (as sub-element of the source element) in Backing Chain Management. And I have a questions: When all the backing chain are iscsi network disk type(no matter if the authentication is exist), start the guest , it will only has the top level disk in xml and there are no other backingStore in it. The test
2016 Oct 03
0
On implementing zero-overhead code reuse
Hi Kynn, Thanks for expanding. I wrote a function like yours when I first started using R. It's basically the same up to your "new.env()" line, I don't do anything with environmentns. I just called my function "mysource" and it's essentially a "source with path". That allows me to find code I reuse in standard locations. I don't know why R does not
2014 Jan 31
0
Re: Looks like blockpull does not accept a subset of the entire chain of backing files
On 01/29/2014 08:21 PM, Richard Gomes wrote: > Hello > > If I'm not terribly mistaken, looks like libvirt 1.2.1 does not provide > ability of merging only a subset of the entire chain of backing files. > > So, if I have a chain like this: > > root <- a <-b <- c <- d <- active > > ... and I'd like to obtain a chain like
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
2016 Oct 26
0
Asan code size overhead
On Wed, Oct 26, 2016 at 7:42 AM, Shi, Steven <steven.shi at intel.com> wrote: > Hi Kcc, > > I’m trying enabling the Asan in my firmware, but I find the asan > instrumentation code size impact is too big for me. I just implement > necessary firmware version runtime library functions (e.g. > __asan_report_load8) with blank body firstly to pass the asan enabled > build,
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
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
2016 Oct 03
0
On implementing zero-overhead code reuse
Thank you all for your comments and suggestions. @Frederik, my reason for mucking with environments is that I want to minimize the number of names that import adds to my current environment. For instance, if module foo defines a function bar, I want my client code to look like this: import("foo") foo$bar(1,2,3) rather than import("foo") bar(1,2,3) (Just a personal
2013 May 03
0
[LLVMdev] [Polly] GSoC Proposal: Reducing LLVM-Polly Compiling overhead
Dear Tobias and all LLVM/Polly developers, Thank you very much for all your help and advice. I have submitted my proposal to GSoC 2013 application system: http://www.google-melange.com/gsoc/proposal/review/google/gsoc2013/star/1. Some tables and paragraphs are simplified to make it more readable on GSoC official pages. Any suggestion or comment would be appreciated. At 2013-05-03
2013 Sep 18
12
[Bug 2154] New: Avoid key lookup overhead when re-keying
https://bugzilla.mindrot.org/show_bug.cgi?id=2154 Bug ID: 2154 Summary: Avoid key lookup overhead when re-keying Product: Portable OpenSSH Version: -current Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: sshd Assignee: unassigned-bugs at
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: > Bridge "switch1" >     Port "switch1"
2014 Jan 29
0
Re: Looks like blockpull does not accept a subset of the entire chain of backing files
On 01/29/2014 07:51 AM, Richard Gomes wrote: > Hello > > If I'm not terribly mistaken, looks like libvirt 1.2.1 does not provide > ability of merging only a subset of the entire chain of backing files. Correct - qemu doesn't provide full functionality for merging in all directions. And even though upstream qemu has been adding more pieces (for example, they recently added
2019 Dec 17
0
Re: Change in treatment of qcow2 with chained backing files in v5.10.0?
On Mon, Dec 16, 2019 at 12:49:40 +0100, Jens John wrote: > Hello list, Hi Jens, > > upon upgrading from libvirt v5.9.0 -> v5.10.0, libvirt started calling > qemu differently causing the VM operating system to not be found. I'm > wondering whether I'm chasing a bug, or have to otherwise fix my domain > config (created by virt-manager). Yes, this change was done by