Re: [PATCH v4 02/19] migration: Drop multifd tls_hostname cache

2022-04-20 Thread Daniel P . Berrangé
On Thu, Mar 31, 2022 at 11:08:40AM -0400, Peter Xu wrote: > The hostname is cached N times, N equals to the multifd channels. > > Drop that cache because after previous patch we've got s->hostname > being alive for the whole lifecycle of migration procedure. > > Cc: Juan Quintela > Cc: Daniel P.

Re: [PATCH v4 02/19] migration: Drop multifd tls_hostname cache

2022-04-07 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > The hostname is cached N times, N equals to the multifd channels. > > Drop that cache because after previous patch we've got s->hostname > being alive for the whole lifecycle of migration procedure. > > Cc: Juan Quintela > Cc: Daniel P. Berrange > Signed-

[PATCH v4 02/19] migration: Drop multifd tls_hostname cache

2022-03-31 Thread Peter Xu
The hostname is cached N times, N equals to the multifd channels. Drop that cache because after previous patch we've got s->hostname being alive for the whole lifecycle of migration procedure. Cc: Juan Quintela Cc: Daniel P. Berrange Signed-off-by: Peter Xu --- migration/multifd.c | 10 +++---