On 1/4/22 16:02, David Marchand wrote:
On Thu, Dec 23, 2021 at 9:37 AM Maxime Coquelin
wrote:
@@ -471,16 +468,14 @@ vhost_user_client_reconnect(void *arg __rte_unused)
sizeof(reconn->un));
if (ret == -2) {
On 1/4/22 15:47, David Marchand wrote:
On Thu, Dec 23, 2021 at 9:37 AM Maxime Coquelin
wrote:
This patch adds the Vhost socket path whenever possible in
order to make debugging possible when multiple Vhost
devices are in use.
This patch could go after patch 5 so that we have a dev->ifname
On Thu, Dec 23, 2021 at 9:37 AM Maxime Coquelin
wrote:
> @@ -471,16 +468,14 @@ vhost_user_client_reconnect(void *arg __rte_unused)
> sizeof(reconn->un));
> if (ret == -2) {
> close(reconn->fd);
On Thu, Dec 23, 2021 at 9:37 AM Maxime Coquelin
wrote:
>
> This patch adds the Vhost socket path whenever possible in
> order to make debugging possible when multiple Vhost
> devices are in use.
This patch could go after patch 5 so that we have a dev->ifname
available instead of fd.
>
> Signed-
4 matches
Mail list logo