Re: [PATCH v6 19/19] migration/multifd: Add documentation for multifd methods

2024-08-28 Thread Peter Xu
On Wed, Aug 28, 2024 at 10:04:47AM -0300, Fabiano Rosas wrote: > We merged most of these things already. Now even if rpms show up at some > point we still have to deal with not being able to build that code until > then. Perhaps we could have a container that has all of these > pre-installed just t

Re: [PATCH v6 19/19] migration/multifd: Add documentation for multifd methods

2024-08-28 Thread Fabiano Rosas
Peter Xu writes: > On Tue, Aug 27, 2024 at 05:22:32PM -0300, Fabiano Rosas wrote: >> Peter Xu writes: >> >> > On Tue, Aug 27, 2024 at 04:17:59PM -0300, Fabiano Rosas wrote: >> >> Peter Xu writes: >> >> >> >> > On Tue, Aug 27, 2024 at 03:54:51PM -0300, Fabiano Rosas wrote: >> >> >> Peter Xu w

Re: [PATCH v6 19/19] migration/multifd: Add documentation for multifd methods

2024-08-27 Thread Peter Xu
On Tue, Aug 27, 2024 at 05:22:32PM -0300, Fabiano Rosas wrote: > Peter Xu writes: > > > On Tue, Aug 27, 2024 at 04:17:59PM -0300, Fabiano Rosas wrote: > >> Peter Xu writes: > >> > >> > On Tue, Aug 27, 2024 at 03:54:51PM -0300, Fabiano Rosas wrote: > >> >> Peter Xu writes: > >> >> > >> >> > On

Re: [PATCH v6 19/19] migration/multifd: Add documentation for multifd methods

2024-08-27 Thread Fabiano Rosas
Peter Xu writes: > On Tue, Aug 27, 2024 at 04:17:59PM -0300, Fabiano Rosas wrote: >> Peter Xu writes: >> >> > On Tue, Aug 27, 2024 at 03:54:51PM -0300, Fabiano Rosas wrote: >> >> Peter Xu writes: >> >> >> >> > On Tue, Aug 27, 2024 at 02:46:06PM -0300, Fabiano Rosas wrote: >> >> >> Add documen

Re: [PATCH v6 19/19] migration/multifd: Add documentation for multifd methods

2024-08-27 Thread Peter Xu
On Tue, Aug 27, 2024 at 04:17:59PM -0300, Fabiano Rosas wrote: > Peter Xu writes: > > > On Tue, Aug 27, 2024 at 03:54:51PM -0300, Fabiano Rosas wrote: > >> Peter Xu writes: > >> > >> > On Tue, Aug 27, 2024 at 02:46:06PM -0300, Fabiano Rosas wrote: > >> >> Add documentation clarifying the usage

Re: [PATCH v6 19/19] migration/multifd: Add documentation for multifd methods

2024-08-27 Thread Fabiano Rosas
Peter Xu writes: > On Tue, Aug 27, 2024 at 03:54:51PM -0300, Fabiano Rosas wrote: >> Peter Xu writes: >> >> > On Tue, Aug 27, 2024 at 02:46:06PM -0300, Fabiano Rosas wrote: >> >> Add documentation clarifying the usage of the multifd methods. The >> >> general idea is that the client code calls

Re: [PATCH v6 19/19] migration/multifd: Add documentation for multifd methods

2024-08-27 Thread Peter Xu
On Tue, Aug 27, 2024 at 03:54:51PM -0300, Fabiano Rosas wrote: > Peter Xu writes: > > > On Tue, Aug 27, 2024 at 02:46:06PM -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 >

Re: [PATCH v6 19/19] migration/multifd: Add documentation for multifd methods

2024-08-27 Thread Fabiano Rosas
Peter Xu writes: > On Tue, Aug 27, 2024 at 02:46:06PM -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 >> wo

Re: [PATCH v6 19/19] migration/multifd: Add documentation for multifd methods

2024-08-27 Thread Peter Xu
On Tue, Aug 27, 2024 at 02:46:06PM -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 v6 19/19] migration/multifd: Add documentation for multifd methods

2024-08-27 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