vhost: log socket path on adding connection
authorGaoxiang Liu <liugaoxiang@huawei.com>
Tue, 7 Sep 2021 00:51:27 +0000 (08:51 +0800)
committerMaxime Coquelin <maxime.coquelin@redhat.com>
Tue, 14 Sep 2021 11:21:57 +0000 (13:21 +0200)
commite53084d84b0f2ae67df8d785e8d79df530b21a50
treebea3c59ff24bed191c5eb3ea9439aca332ab3c4c
parent5d903aee8ad0243320a23d0e1e7b34b96024e007
vhost: log socket path on adding connection

Add log print of socket path in vhost_user_add_connection.
It's useful when adding a mass of socket connections,
because the information of every connection is clearer.

Fixes: 8f972312b8f4 ("vhost: support vhost-user")
Cc: stable@dpdk.org
Signed-off-by: Gaoxiang Liu <liugaoxiang@huawei.com>
Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
lib/vhost/socket.c