qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] main: force enabling of I/O thread


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] main: force enabling of I/O thread
Date: Mon, 29 Aug 2011 15:24:17 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

On 08/29/2011 03:21 PM, Andreas Färber wrote:
Am 29.08.2011 um 20:03 schrieb Anthony Liguori:

On 08/22/2011 08:35 AM, Jan Kiszka wrote:
On 2011-08-22 15:24, Anthony Liguori wrote:
Enabling the I/O thread by default seems like an important part of
declaring
1.0. Besides allowing true SMP support with KVM, the I/O thread
means that the
TCG VCPU doesn't have to multiplex itself with the I/O dispatch
routines which
currently requires a (racey) signal based alarm system.

I know there have been concerns about performance. I think so far
the ones that
have come up (virtio-net) are most likely due to secondary reasons like
decreased batching.

iothread enabled without [1] gives unacceptable performance for ARM
emulation (Musicpal board) here. With that series applied, the host CPU
load is measurably higher, but no longer excessively.

Given that [1] has been applied now, is there any objections to this
patch?

There had been additional patches to fix I/O thread issues on Darwin,
have any such fixes been applied the last few weeks?

I don't see any outstanding Darwin patches in my queue so either they were applied or there were issues with them.

Regards,

Anthony Liguori


The patches that I tested some time ago only fixed the non-iothread case
reliably.

Andreas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]