Re: [PATCH 1/2] migration/multifd: Cleanup TLS iochannel referencing

2024-02-20 Thread Peter Xu
On Thu, Feb 08, 2024 at 04:10:58PM +0200, Avihai Horon wrote: > > On 08/02/2024 5:51, pet...@redhat.com wrote: > > External email: Use caution opening links or attachments > > > > > > From: Peter Xu > > > > Commit a1af605bd5 ("migration/multifd: fix hangup with TLS-Multifd due to > > blocking

Re: [PATCH 1/2] migration/multifd: Cleanup TLS iochannel referencing

2024-02-08 Thread Avihai Horon
On 08/02/2024 5:51, pet...@redhat.com wrote: External email: Use caution opening links or attachments From: Peter Xu Commit a1af605bd5 ("migration/multifd: fix hangup with TLS-Multifd due to blocking handshake") introduced a thread for TLS channels, which will resolve the issue on blocking

Re: [PATCH 1/2] migration/multifd: Cleanup TLS iochannel referencing

2024-02-08 Thread Fabiano Rosas
pet...@redhat.com writes: > From: Peter Xu > > Commit a1af605bd5 ("migration/multifd: fix hangup with TLS-Multifd due to > blocking handshake") introduced a thread for TLS channels, which will > resolve the issue on blocking the main thread. However in the same commit > p->c is slightly abused j

[PATCH 1/2] migration/multifd: Cleanup TLS iochannel referencing

2024-02-07 Thread peterx
From: Peter Xu Commit a1af605bd5 ("migration/multifd: fix hangup with TLS-Multifd due to blocking handshake") introduced a thread for TLS channels, which will resolve the issue on blocking the main thread. However in the same commit p->c is slightly abused just to be able to pass over the pointe