Re: [PATCH v2 5/6] migration/multifd: Unify multifd and TLS connection paths

2024-02-06 Thread Avihai Horon
On 06/02/2024 16:30, Fabiano Rosas wrote: External email: Use caution opening links or attachments Avihai Horon writes: On 05/02/2024 21:49, Fabiano Rosas wrote: External email: Use caution opening links or attachments During multifd channel creation (multifd_send_new_channel_async)

Re: [PATCH v2 5/6] migration/multifd: Unify multifd and TLS connection paths

2024-02-06 Thread Fabiano Rosas
Avihai Horon writes: > On 05/02/2024 21:49, Fabiano Rosas wrote: >> External email: Use caution opening links or attachments >> >> >> During multifd channel creation (multifd_send_new_channel_async) when >> TLS is enabled, the multifd_channel_connect function is called twice, >> once to create

Re: [PATCH v2 5/6] migration/multifd: Unify multifd and TLS connection paths

2024-02-06 Thread Avihai Horon
On 05/02/2024 21:49, Fabiano Rosas wrote: External email: Use caution opening links or attachments During multifd channel creation (multifd_send_new_channel_async) when TLS is enabled, the multifd_channel_connect function is called twice, once to create the TLS handshake thread and another

Re: [PATCH v2 5/6] migration/multifd: Unify multifd and TLS connection paths

2024-02-05 Thread Peter Xu
On Mon, Feb 05, 2024 at 04:49:28PM -0300, Fabiano Rosas wrote: > During multifd channel creation (multifd_send_new_channel_async) when > TLS is enabled, the multifd_channel_connect function is called twice, > once to create the TLS handshake thread and another time after the > asynchrounous TLS

[PATCH v2 5/6] migration/multifd: Unify multifd and TLS connection paths

2024-02-05 Thread Fabiano Rosas
During multifd channel creation (multifd_send_new_channel_async) when TLS is enabled, the multifd_channel_connect function is called twice, once to create the TLS handshake thread and another time after the asynchrounous TLS handshake has finished. This creates a slightly confusing call stack