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 <daniil.ush...@yandex.ru> --- * Rerun checks. * Fix commit message. lib/vhost/rte_vhost.h | 1 + lib/vhost/socket.c | 28 ++++++++++++++++------------ 2 files changed, 17 insertions(+), 12 deletions(-)
Applied to next-virtio/for-next-net. Thanks, Maxime