]> Git Repo - qemu.git/commit
rdma: Fix block during rdma migration
authorGonglei <[email protected]>
Tue, 13 May 2014 12:25:38 +0000 (20:25 +0800)
committerJuan Quintela <[email protected]>
Mon, 16 Jun 2014 02:55:27 +0000 (04:55 +0200)
commit2a9343470432573acf06379bcbf8e5e6568507e4
tree7fd86b87b5352c21717883f9bd95cb8b7ff2b0bd
parentf7cd55a023b71ff9583dad9135413b7cc5821dfe
rdma: Fix block during rdma migration

If the networking break or there's something wrong with rdma
device(ib0 with no IP) during rdma migration, the main_loop of
qemu will be blocked in rdma_destroy_id. I add rdma_ack_cm_event
to fix this bug.

Signed-off-by: Mo Yuxiang <[email protected]>
Signed-off-by: Gonglei <[email protected]>
Reviewed-by: Michael R. Hines <[email protected]>
Signed-off-by: Juan Quintela <[email protected]>
migration-rdma.c
This page took 0.025183 seconds and 4 git commands to generate.