Commit a538221
migration/rdma: Fix return-path case
The RDMA code has return-path handling code, but it's only enabled
if postcopy is enabled; if the 'return-path' migration capability
is enabled, the return path is NOT setup but the core migration
code still tries to use it and breaks.
Enable the RDMA return path if either postcopy or the return-path
capability is enabled.
bz: https://bugzilla.redhat.com/show_bug.cgi?id=2063615
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Li Zhijian <lizhijian@fujitsu.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>1 parent a5d35dc commit a538221
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3373 | 3373 | | |
3374 | 3374 | | |
3375 | 3375 | | |
3376 | | - | |
| 3376 | + | |
| 3377 | + | |
3377 | 3378 | | |
3378 | 3379 | | |
3379 | 3380 | | |
| |||
3455 | 3456 | | |
3456 | 3457 | | |
3457 | 3458 | | |
3458 | | - | |
| 3459 | + | |
| 3460 | + | |
3459 | 3461 | | |
3460 | 3462 | | |
3461 | 3463 | | |
| |||
4192 | 4194 | | |
4193 | 4195 | | |
4194 | 4196 | | |
4195 | | - | |
| 4197 | + | |
4196 | 4198 | | |
4197 | 4199 | | |
4198 | 4200 | | |
| |||
0 commit comments