> -----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 6/9] 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.coque...@redhat.com> > --- > lib/vhost/virtio_net.c | 165 ++++++++++++++++++++--------------------- > 1 file changed, 79 insertions(+), 86 deletions(-) > -- > 2.34.1
Reviewed-by: Chenbo Xia <chenbo....@intel.com>