Re: [PATCH v7 4/4] migration/multifd: Add documentation for multifd methods

2024-08-28 Thread Peter Xu
On Wed, Aug 28, 2024 at 11:56:50AM -0300, Fabiano Rosas wrote: > Add documentation clarifying the usage of the multifd methods. The > general idea is that the client code calls into multifd to trigger > send/recv of data and multifd then calls these hooks back from the > worker threads at opportune

[PATCH v7 4/4] migration/multifd: Add documentation for multifd methods

2024-08-28 Thread Fabiano Rosas
Add documentation clarifying the usage of the multifd methods. The general idea is that the client code calls into multifd to trigger send/recv of data and multifd then calls these hooks back from the worker threads at opportune moments so the client can process a portion of the data. Suggested-by