migration/multifd: Stick with send/recv on function names
authorPeter Xu <peterx@redhat.com>
Fri, 2 Feb 2024 10:28:55 +0000 (18:28 +0800)
committerPeter Xu <peterx@redhat.com>
Mon, 5 Feb 2024 06:42:11 +0000 (14:42 +0800)
commitcde85c37ca54e4a2dbee8653181938499887f6be
treef1bfea51a6c18151a730f45155666275a8d536d9
parent5e6ea8a1d64e72e648b5a5277f08ec7fb09c3b8e
migration/multifd: Stick with send/recv on function names

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.

Reviewed-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/r/20240202102857.110210-22-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
migration/migration.c
migration/multifd.c
migration/multifd.h