]> git.droids-corp.org - dpdk.git/commit
vhost: improve virtio-net layer logs
authorMaxime Coquelin <maxime.coquelin@redhat.com>
Wed, 26 Jan 2022 09:55:07 +0000 (10:55 +0100)
committerChenbo Xia <chenbo.xia@intel.com>
Thu, 27 Jan 2022 08:45:43 +0000 (09:45 +0100)
commit02798b0735200ddfc7067a22f911d559022a91ed
treead7e1afd64a8a67bb6c47e82eef393e46ef6700b
parentc85c35b1d447c9e5f1acaabd89c36b416cc3ad37
vhost: improve virtio-net layer logs

This patch standardizes logging done in Virtio-net, so that
the Vhost-user socket path is always prepended to the logs.
It will ease log analysis when multiple Vhost-user ports
are in use.

Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
lib/vhost/virtio_net.c