> -----Original Message----- > From: Maxime Coquelin <[email protected]> > Sent: Tuesday, January 25, 2022 7:25 PM > To: [email protected]; Xia, Chenbo <[email protected]>; > [email protected] > Cc: Maxime Coquelin <[email protected]> > 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 <[email protected]> > --- > 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 <[email protected]>

