[PATCH v2 0/3] migration/rdma: Misc RDMA migration fixes

Yanfei Xu posted 3 patches 7 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260821133559.3815727-1-yanfei.xu@bytedance.com
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Li Zhijian <lizhijian@fujitsu.com>
migration/rdma.c       | 92 ++++++++++++++++++++++++++----------------
migration/trace-events |  2 +-
2 files changed, 58 insertions(+), 36 deletions(-)
[PATCH v2 0/3] migration/rdma: Misc RDMA migration fixes
Posted by Yanfei Xu 7 hours ago
This series fixes three RDMA migration issues.

v1->v2:
  - patch1/2: Collect Reviewed-by
  - patch2: Add reproducation step and error logs in commit message
  - patch3: Wrap the post-send op and retry logic into a helper, and
            retry only once after draining a completion when the queue
            is full. (I believe ENOMEM is only recoverable in the
            queue-full case, so we retry once; it should succeed after
            a completion is drained. Any further ENOMEM is treated as
            non-recoverable.)

Yanfei Xu (3):
  migration/rdma: Fix write-side shutdown
  migration/rdma: Post initial receive before accepting
  migration/rdma: Retry control sends on full queue

 migration/rdma.c       | 92 ++++++++++++++++++++++++++----------------
 migration/trace-events |  2 +-
 2 files changed, 58 insertions(+), 36 deletions(-)

-- 
2.20.1