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

2024-04-26 Thread Patrick Robb
Recheck-request: iol-compile-amd64-testing The DPDK Community Lab updated to the latest Alpine image yesterday, which resulted in all Alpine builds failing. The failure is unrelated to your patch, and this recheck should remove the fail on Patchwork, as we have disabled Alpine testing for now.

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

2024-04-17 Thread Ушков Даниил
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 --- lib/vhost/rte_vhost.h | 1 + lib/vhost/socket.c| 28 +