Re: [PATCH v2 21/23] migration/multifd: Stick with send/recv on function names

2024-02-02 Thread Fabiano Rosas
pet...@redhat.com writes: > From: Peter Xu > > Most of the multifd code uses send/recv to represent the two sides, but > some rare cases use save/load. > > Since send/recv is the majority, replacing the save/load use cases to use > send/recv globally. Now we reach a consensus on the naming. > >

[PATCH v2 21/23] migration/multifd: Stick with send/recv on function names

2024-02-02 Thread peterx
From: Peter Xu Most of the multifd code uses send/recv to represent the two sides, but some rare cases use save/load. Since send/recv is the majority, replacing the save/load use cases to use send/recv globally. Now we reach a consensus on the naming. Signed-off-by: Peter Xu --- migration/mu