Re: [PATCH v6] lib/vhost: add flag for async connection in client mode

2024-06-12 Thread Maxime Coquelin
On 5/14/24 11:16, Daniil Ushkov wrote: This patch introduces a new flag RTE_VHOST_USER_ASYNC_CONNECT, which in combination with the flag RTE_VHOST_USER_CLIENT makes rte_vhost_driver_start connect asynchronously to the vhost server. Signed-off-by: Daniil Ushkov --- * Rerun checks. * Fix commi

Re: [PATCH v6] lib/vhost: add flag for async connection in client mode

2024-06-07 Thread Maxime Coquelin
Hi Daniil, On 5/14/24 11:16, Daniil Ushkov wrote: This patch introduces a new flag RTE_VHOST_USER_ASYNC_CONNECT, which in combination with the flag RTE_VHOST_USER_CLIENT makes rte_vhost_driver_start connect asynchronously to the vhost server. Signed-off-by: Daniil Ushkov --- * Rerun checks. *