Re: [PATCH v2 6/7] migration/multifd: Switch to no compression when no hardware support

2024-06-11 Thread Zhangfei Gao
On Fri, 7 Jun 2024 at 21:54, Shameer Kolothum wrote: > > Send raw packets over if UADK hardware support is not available. This is to > satisfy Qemu qtest CI which may run on platforms that don't have UADK > hardware support. Subsequent patch will add support for uadk migration > qtest. > > Review

[PATCH v2 6/7] migration/multifd: Switch to no compression when no hardware support

2024-06-07 Thread Shameer Kolothum via
Send raw packets over if UADK hardware support is not available. This is to satisfy  Qemu qtest CI which may run on platforms that don't have UADK hardware support. Subsequent patch will add support for uadk migration qtest. Reviewed-by: Fabiano Rosas Signed-off-by: Shameer Kolothum --- migrati