Re: [PATCH 11/14] migration/multifd: Move trace_multifd_send|recv()

2024-01-31 Thread Fabiano Rosas
pet...@redhat.com writes: > From: Peter Xu > > Move them into fill/unfill of packets. With that, we can further cleanup > the send/recv thread procedure, and remove one more temp var. > > Signed-off-by: Peter Xu Reviewed-by: Fabiano Rosas

[PATCH 11/14] migration/multifd: Move trace_multifd_send|recv()

2024-01-31 Thread peterx
From: Peter Xu Move them into fill/unfill of packets. With that, we can further cleanup the send/recv thread procedure, and remove one more temp var. Signed-off-by: Peter Xu --- migration/multifd.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/migration/multi