Re: [Qemu-devel] Fastest TCP/IP Stack

2006-09-14 Thread Ed Swierk
On 9/14/06, Joseph Miller <[EMAIL PROTECTED]> wrote: I'm running a terminal server under qemu with kqemu compiled into my kernel under the -kernel-kqemu for fastest performance. What is the most efficient method of -net ? I was using -net user with OpenVPN to connect to my internal LAN, but I h

Re: [Qemu-devel] Fastest TCP/IP Stack

2006-09-14 Thread WaxDragon
I've not done any benchmarks, but I do pay attention to resource usage. (Host OS linux) -net user has pretty good thoughput, but does burn some cpu. I think in that regard, -net tap has less overhead. During my use of qemu, I've noticed that the quality of the nic driver and the nic emulation it

[Qemu-devel] Fastest TCP/IP Stack

2006-09-14 Thread Joseph Miller
I'm running a terminal server under qemu with kqemu compiled into my kernel under the -kernel-kqemu for fastest performance. What is the most efficient method of -net ? I was using -net user with OpenVPN to connect to my internal LAN, but I have switched to -net tap to see if that is faster.