[RFC PATCH] migration/rdma: Remove qemu_rdma_broken_ipv6_kernel

2025-04-05 Thread Jack Wang
I hit following error which testing migration in pure RoCE env: "-incoming rdma:[::]:8089: RDMA ERROR: You only have RoCE / iWARP devices in your systems and your management software has specified '[::]', but IPv6 over RoCE / iWARP is not supported in Linux.#012'." In our setup, we use rdma bind

Re: [RFC PATCH] migration/rdma: Remove qemu_rdma_broken_ipv6_kernel

2025-03-27 Thread Jinpu Wang
Hi Zhijian, On Thu, Mar 27, 2025 at 2:18 AM Zhijian Li (Fujitsu) wrote: > > > Please fix this compiling error. > > > cc -m64 -mcx16 -Ilibcommon.a.p -Isubprojects/libvduse > -I../subprojects/libvduse -I/usr/include/p11-kit-1 -I/usr/include/pixman-1 > -I/usr/include/libpng16 -I/usr/include/spice-

Re: [RFC PATCH] migration/rdma: Remove qemu_rdma_broken_ipv6_kernel

2025-03-26 Thread Zhijian Li (Fujitsu)
Please fix this compiling error. cc -m64 -mcx16 -Ilibcommon.a.p -Isubprojects/libvduse -I../subprojects/libvduse -I/usr/include/p11-kit-1 -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/spice-server -I/usr/include/spice-1 -I/usr/include/libusb-1.0 -I/usr/include/glib-2.0 -I/usr

Re: [RFC PATCH] migration/rdma: Remove qemu_rdma_broken_ipv6_kernel

2025-03-26 Thread Michael R. Galaxy
Excellent find. Thank you very much for checking on the history. Hopefully my comments were not too hard to read. =) FYI: I've since left Akamai last year and now work at Nvidia. Reviewed-by: Michael Galaxy On 3/26/25 04:52, Jack Wang wrote: I hit following error which testing migration in

Re: [RFC PATCH] migration/rdma: Remove qemu_rdma_broken_ipv6_kernel

2025-03-26 Thread Michael Galaxy
Excellent find. Thank you very much for checking on the history. Hopefully my comments were not too hard to read. =) FYI: I've since left Akamai last year and now work at Nvidia. Reviewed-by: Michael Galaxy On 3/26/25 04:52, Jack Wang wrote: I hit following error which testing migration in p

Re: [RFC PATCH] migration/rdma: Remove qemu_rdma_broken_ipv6_kernel

2025-03-26 Thread Jinpu Wang
On Wed, Mar 26, 2025 at 2:47 PM Michael Galaxy wrote: > > Excellent find. Thank you very much for checking on the history. Hopefully my > comments were not too hard to read. =) Yeah, it's pretty clear. > > FYI: I've since left Akamai last year and now work at Nvidia. > > Reviewed-by: Michael Gala