From: Keir Fraser <keir@xensource.com>
To: "Zhai, Edwin" <edwin.zhai@intel.com>,
Ian Pratt <Ian.Pratt@cl.cam.ac.uk>,
Tim Deegan <Tim.Deegan@xensource.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: [PATCH][HVM] fix VNIF restore failure on HVM guest with heavy workload
Date: Tue, 10 Apr 2007 20:16:04 +0100 [thread overview]
Message-ID: <C241A104.D150%keir@xensource.com> (raw)
In-Reply-To: <20070410164738.GA24587@edwin-gen.ccr>
On 10/4/07 17:47, "Zhai, Edwin" <edwin.zhai@intel.com> wrote:
> [PATCH][HVM] fix VNIF restore failure on HVM guest with heavy workload
>
> Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
>
> VNIF has many intrs when save/restore with net workload, so need keep handler
> from intrs
What happens if an interrupt is being processed during save/restore? It
would be nice to know what the underlying bug is!
That said, it may well make sense to somehow disable interrupt handling
across save/restore. Unfortunately your patch is insufficient since we could
handle event-channel interrupts on any VCPU (the irq's affinity can be
changed outside our control if it is routed through the virtual IOAPIC, and
if e.g. the userspace irqbalance daemon is running).
I wanted to use stop_machine_run() but unfortunately it isn't exported to
modules. :-( irq_disable() may do the right thing for us though.
-- Keir
next prev parent reply other threads:[~2007-04-10 19:16 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-10 16:47 [PATCH][HVM] fix VNIF restore failure on HVM guest with heavy workload Zhai, Edwin
2007-04-10 19:16 ` Keir Fraser [this message]
2007-04-11 7:20 ` Zhai, Edwin
2007-04-11 7:41 ` Keir Fraser
2007-04-11 8:56 ` Keir Fraser
2007-04-11 16:24 ` Re: [PATCH][HVM] fix VNIF restore failure on HVMguest " Zhao, Fan
2007-04-11 16:54 ` Re: [PATCH][HVM] fix VNIF restore failure on HVMguestwith " Steven Hand
2007-04-12 18:46 ` Mark Williamson
2007-04-12 18:51 ` Steven Hand
2007-04-13 9:42 ` Keir Fraser
2007-04-11 17:32 ` Re: [PATCH][HVM] fix VNIF restore failure on HVMguest with " Keir Fraser
2007-04-12 2:47 ` Zhao, Fan
2007-04-12 7:06 ` Keir Fraser
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=C241A104.D150%keir@xensource.com \
--to=keir@xensource.com \
--cc=Ian.Pratt@cl.cam.ac.uk \
--cc=Tim.Deegan@xensource.com \
--cc=edwin.zhai@intel.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.