Re: [PATCH v5 09/13] migration/multifd: Prepare to introduce DSA acceleration on the multifd path.

2024-07-17 Thread Fabiano Rosas
Yichen Wang writes: > From: Hao Xiang > > 1. Refactor multifd_send_thread function. > 2. Introduce the batch task structure in MultiFDSendParams. This patch needs to be restructured, maybe even go away. Most of it has to be where these structures were introduced for the first time and any multi

[PATCH v5 09/13] migration/multifd: Prepare to introduce DSA acceleration on the multifd path.

2024-07-11 Thread Yichen Wang
From: Hao Xiang 1. Refactor multifd_send_thread function. 2. Introduce the batch task structure in MultiFDSendParams. Signed-off-by: Hao Xiang Signed-off-by: Yichen Wang --- include/qemu/dsa.h | 41 --- migration/multifd.c | 4 + migration/multifd.h | 3 + util/dsa.c | 270