Re: [PATCH v4 00/11] support software live migration

2024-09-19 Thread Maxime Coquelin
On 8/5/24 04:12, Chaoyong He wrote: This patch series aims to add the support of software live migration feature for NFP vDPA device. --- v4: * Rebase to the newest main branch. * Add the 'Review-by' tag of the external reviewer. v3: * Fix one compile error when using standard atomic. v2: * A

[PATCH v4 00/11] support software live migration

2024-08-04 Thread Chaoyong He
This patch series aims to add the support of software live migration feature for NFP vDPA device. --- v4: * Rebase to the newest main branch. * Add the 'Review-by' tag of the external reviewer. v3: * Fix one compile error when using standard atomic. v2: * Adjust some spell in the commit message. *