Re: [Qemu-devel] [PATCH] Improve -net user (slirp) performance by 4x

2006-05-01 Thread Fabrice Bellard
Fabrice Bellard wrote: Ed Swierk wrote: 3. qemu sleeps soundly while packets back up in slirp's buffers. slirp socket fds should be added to the main qemu select() loop to avoid unnecessary delays. I agree, but your patch does not suppress the slirp select(). I tried to do it with the follo

Re: [Qemu-devel] [PATCH] Improve -net user (slirp) performance by 4x

2006-05-01 Thread Fabrice Bellard
Ed Swierk wrote: 3. qemu sleeps soundly while packets back up in slirp's buffers. slirp socket fds should be added to the main qemu select() loop to avoid unnecessary delays. I agree, but your patch does not suppress the slirp select(). I tried to do it with the following patch but slirp beco