From: "Dr. David Alan Gilbert (git)" <dgilbert@redhat.com>
To: qemu-devel@nongnu.org
Cc: quintela@redhat.com, lvivier@redhat.com, peterx@redhat.com
Subject: [Qemu-devel] [PATCH v2 0/5] A bunch of RDMA fixes
Date: Thu, 13 Jul 2017 12:56:44 +0100 [thread overview]
Message-ID: <20170713115649.11853-1-dgilbert@redhat.com> (raw)
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
This is a bunch of RDMA fixes, the first is a race
I spotted a while ago that you don't hit during normal
operation; the rest are to do with migration failure and
cancellation that I started looking at because of lp1545052 which
is a failure to recover on the source if the destination
fails.
I'm pretty sure there are other cases where the source
might hang waiting for a failed destination; particularly
if the destination hangs rather than fails completely;
one I know of is waiting for the event after the rdma_disconnect
but I don't have a good fix for it. Suggestions welcome.
v2
Dropped the timeout in the poll to 0.1s
Don't check error_reported, just error_state and received_error
Dr. David Alan Gilbert (5):
migration/rdma: Fix race on source
migration: Close file on failed migration load
migration/rdma: Allow cancelling while waiting for wrid
migration/rdma: Safely convert control types
migration/rdma: Send error during cancelling
migration/migration.c | 1 +
migration/rdma.c | 122 +++++++++++++++++++++++++++++++++++---------------
2 files changed, 88 insertions(+), 35 deletions(-)
--
2.13.0
next reply other threads:[~2017-07-13 11:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-13 11:56 Dr. David Alan Gilbert (git) [this message]
2017-07-13 11:56 ` [Qemu-devel] [PATCH v2 1/5] migration/rdma: Fix race on source Dr. David Alan Gilbert (git)
2017-07-13 11:56 ` [Qemu-devel] [PATCH v2 2/5] migration: Close file on failed migration load Dr. David Alan Gilbert (git)
2017-07-14 3:27 ` Peter Xu
2017-07-13 11:56 ` [Qemu-devel] [PATCH v2 3/5] migration/rdma: Allow cancelling while waiting for wrid Dr. David Alan Gilbert (git)
2017-07-14 3:36 ` Peter Xu
2017-07-14 11:13 ` Dr. David Alan Gilbert
2017-07-13 11:56 ` [Qemu-devel] [PATCH v2 4/5] migration/rdma: Safely convert control types Dr. David Alan Gilbert (git)
2017-07-13 11:56 ` [Qemu-devel] [PATCH v2 5/5] migration/rdma: Send error during cancelling Dr. David Alan Gilbert (git)
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=20170713115649.11853-1-dgilbert@redhat.com \
--to=dgilbert@redhat.com \
--cc=lvivier@redhat.com \
--cc=peterx@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).