> -----Original Message----- > From: Maxime Coquelin <maxime.coque...@redhat.com> > Sent: Tuesday, January 25, 2022 7:25 PM > To: dev@dpdk.org; Xia, Chenbo <chenbo....@intel.com>; > david.march...@redhat.com > Cc: Maxime Coquelin <maxime.coque...@redhat.com> > Subject: [PATCH v2 5/9] vhost: improve socket layer logs > > This patch adds the Vhost socket path whenever possible in > order to make debugging possible when multiple Vhost > devices are in use. Some vhost-user layer functions are > modified to pass the device path down to the socket layer. > > Signed-off-by: Maxime Coquelin <maxime.coque...@redhat.com> > --- > lib/vhost/socket.c | 146 +++++++++++++++++------------------------ > lib/vhost/vhost_user.c | 26 ++++---- > lib/vhost/vhost_user.h | 4 +- > 3 files changed, 76 insertions(+), 100 deletions(-) > -- > 2.34.1
Reviewed-by: Chenbo Xia <chenbo....@intel.com>