Re: [PATCH 3/7] vhost: improve socket layer logs

2022-01-25 Thread Maxime Coquelin
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) {

Re: [PATCH 3/7] vhost: improve socket layer logs

2022-01-25 Thread Maxime Coquelin
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

Re: [PATCH 3/7] vhost: improve socket layer logs

2022-01-04 Thread David Marchand
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);

Re: [PATCH 3/7] vhost: improve socket layer logs

2022-01-04 Thread David Marchand
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-