Re: [PATCH 2/2] [NOT-FOR-MERGE] Add qtest for migration over RDMA

2025-02-20 Thread Zhijian Li (Fujitsu)
On 20/02/2025 23:55, Peter Xu wrote: > On Thu, Feb 20, 2025 at 05:40:38PM +0800, Li Zhijian wrote: >> On 19/02/2025 22:11, Peter Xu wrote: >>> then >>> in the test it tries to detect rdma link and fetch the ip only >> It should work without root permission if we just*detect* and*fetc

Re: [PATCH 2/2] [NOT-FOR-MERGE] Add qtest for migration over RDMA

2025-02-20 Thread Peter Xu
On Thu, Feb 20, 2025 at 05:40:38PM +0800, Li Zhijian wrote: > On 19/02/2025 22:11, Peter Xu wrote: > > then > > in the test it tries to detect rdma link and fetch the ip only > It should work without root permission if we just*detect* and*fetch ip*. > > Do you also mean we c

Re: [PATCH 2/2] [NOT-FOR-MERGE] Add qtest for migration over RDMA

2025-02-20 Thread Li Zhijian via
On 19/02/2025 22:11, Peter Xu wrote: > then > in the test it tries to detect rdma link and fetch the ip only It should work without root permission if we just*detect* and*fetch ip*. Do you also mean we can split new-rdma-link.sh to 2 separate scripts - add-rdma-link.sh

Re: [PATCH 2/2] [NOT-FOR-MERGE] Add qtest for migration over RDMA

2025-02-19 Thread Peter Xu
On Wed, Feb 19, 2025 at 10:20:21AM -0300, Fabiano Rosas wrote: > Peter Xu writes: > > > On Wed, Feb 19, 2025 at 05:33:26AM +, Zhijian Li (Fujitsu) wrote: > >> > >> > >> On 19/02/2025 06:40, Peter Xu wrote: > >> > On Tue, Feb 18, 2025 at 06:03:48PM -0300, Fabiano Rosas wrote: > >> >> Li Zhij

Re: [PATCH 2/2] [NOT-FOR-MERGE] Add qtest for migration over RDMA

2025-02-19 Thread Fabiano Rosas
Peter Xu writes: > On Wed, Feb 19, 2025 at 05:33:26AM +, Zhijian Li (Fujitsu) wrote: >> >> >> On 19/02/2025 06:40, Peter Xu wrote: >> > On Tue, Feb 18, 2025 at 06:03:48PM -0300, Fabiano Rosas wrote: >> >> Li Zhijian via writes: >> >> >> >>> This qtest requirs there is RXE link in the host.

Re: [PATCH 2/2] [NOT-FOR-MERGE] Add qtest for migration over RDMA

2025-02-19 Thread Peter Xu
On Wed, Feb 19, 2025 at 05:33:26AM +, Zhijian Li (Fujitsu) wrote: > > > On 19/02/2025 06:40, Peter Xu wrote: > > On Tue, Feb 18, 2025 at 06:03:48PM -0300, Fabiano Rosas wrote: > >> Li Zhijian via writes: > >> > >>> This qtest requirs there is RXE link in the host. > >>> > >>> Here is an exam

Re: [PATCH 2/2] [NOT-FOR-MERGE] Add qtest for migration over RDMA

2025-02-18 Thread Zhijian Li (Fujitsu)
On 19/02/2025 06:40, Peter Xu wrote: > On Tue, Feb 18, 2025 at 06:03:48PM -0300, Fabiano Rosas wrote: >> Li Zhijian via writes: >> >>> This qtest requirs there is RXE link in the host. >>> >>> Here is an example to show how to add this RXE link: >>> $ ./new-rdma-link.sh >>> 192.168.22.93 >>> >>>

Re: [PATCH 2/2] [NOT-FOR-MERGE] Add qtest for migration over RDMA

2025-02-18 Thread Peter Xu
On Tue, Feb 18, 2025 at 06:03:48PM -0300, Fabiano Rosas wrote: > Li Zhijian via writes: > > > This qtest requirs there is RXE link in the host. > > > > Here is an example to show how to add this RXE link: > > $ ./new-rdma-link.sh > > 192.168.22.93 > > > > Signed-off-by: Li Zhijian > > --- > > Th

Re: [PATCH 2/2] [NOT-FOR-MERGE] Add qtest for migration over RDMA

2025-02-18 Thread Fabiano Rosas
Li Zhijian via writes: > This qtest requirs there is RXE link in the host. > > Here is an example to show how to add this RXE link: > $ ./new-rdma-link.sh > 192.168.22.93 > > Signed-off-by: Li Zhijian > --- > The RDMA migration was broken again...due to lack of sufficient test/qtest. > > It's ur

[PATCH 2/2] [NOT-FOR-MERGE] Add qtest for migration over RDMA

2025-02-17 Thread Li Zhijian via
This qtest requirs there is RXE link in the host. Here is an example to show how to add this RXE link: $ ./new-rdma-link.sh 192.168.22.93 Signed-off-by: Li Zhijian --- The RDMA migration was broken again...due to lack of sufficient test/qtest. It's urgly to add and execute a script to establish