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

2024-05-14 Thread Daniil Ushkov
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 commit message. lib/vhost/rte_vhost.h | 1

[PATCH v5] 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 serv

2024-05-14 Thread Daniil Ushkov
Signed-off-by: Daniil Ushkov --- Rerun checks. lib/vhost/rte_vhost.h | 1 + lib/vhost/socket.c| 28 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/lib/vhost/rte_vhost.h b/lib/vhost/rte_vhost.h index db92f05344..b0434c4b8d 100644 --- a/lib/vhost

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

2024-04-29 Thread Daniil Ushkov
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 --- Fixes: * Cyrillic name in Signed-off-by. Let it be another email

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

2024-04-26 Thread Daniil Ushkov
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 --- Fixes: * Cyrillic name in Signed-off-by. Let it be another email