[PATCH v6] migration: Add qtest for migration over RDMA

2025-03-10 Thread Li Zhijian via
This qtest requires there is a RDMA(RoCE) link in the host. In order to make the test work smoothly, introduce a scripts/rdma-migration-helper.sh to detect existing RoCE link before running the test. Test will be skipped if there is no available RoCE link. # Start of rdma tests # Running /x86_64

Re: [PATCH v6] migration: Add qtest for migration over RDMA

2025-03-10 Thread Zhijian Li (Fujitsu)
Hi Fabiano, A minor improvement inline below, On 11/03/2025 10:42, Li Zhijian wrote: > This qtest requires there is a RDMA(RoCE) link in the host. > In order to make the test work smoothly, introduce a > scripts/rdma-migration-helper.sh to detect existing RoCE link before > running the test. >