migration: correct multifd receive thread name
authorPrasad Pandit <pjp@fedoraproject.org>
Wed, 27 Nov 2024 11:15:28 +0000 (16:45 +0530)
committerPeter Xu <peterx@redhat.com>
Mon, 2 Dec 2024 19:20:44 +0000 (14:20 -0500)
Multifd receive threads run on the destination side.
Correct the thread name marco to indicate the same.

Fixes: e620b1e4770b ("migration: Put thread names together with macros")
Signed-off-by: Prasad Pandit <pjp@fedoraproject.org>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/r/20241127111528.167330-1-ppandit@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
migration/migration.h

index 0956e9274b2cb3cb97580004b75607c71569b2c3..3857905c0e8bcf5dd0b9e7a44b83cfe12993015f 100644 (file)
@@ -37,7 +37,7 @@
 #define  MIGRATION_THREAD_SRC_TLS           "mig/src/tls"
 
 #define  MIGRATION_THREAD_DST_COLO          "mig/dst/colo"
-#define  MIGRATION_THREAD_DST_MULTIFD       "mig/src/recv_%d"
+#define  MIGRATION_THREAD_DST_MULTIFD       "mig/dst/recv_%d"
 #define  MIGRATION_THREAD_DST_FAULT         "mig/dst/fault"
 #define  MIGRATION_THREAD_DST_LISTEN        "mig/dst/listen"
 #define  MIGRATION_THREAD_DST_PREEMPT       "mig/dst/preempt"