qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] vhost: force vhost off for non-MSI guests


From: rukhsana ansari
Subject: Re: [Qemu-devel] [PATCH] vhost: force vhost off for non-MSI guests
Date: Wed, 9 Mar 2011 17:49:17 +0530

Hi,

On Thu, Jan 20, 2011 at 9:05 PM, Michael S. Tsirkin <address@hidden> wrote:
When MSI is off, each interrupt needs to be bounced through the io
thread when it's set/cleared, so vhost-net causes more context switches and
higher CPU utilization than userspace virtio which handles networking in
the same thread.

We'll need to fix this by adding level irq support in kvm irqfd,
for now disable vhost-net in these configurations.


This maybe a novice question - Would appreciate it if you can you provide a pointer to documentation or relevant code that explains what is the limitation in supporting level irq support in kvm irqfd.


Thanks
-Rukhsana

reply via email to

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