[PATCH v3 0/9] vhost: improve logging

David Marchand david.marchand at redhat.com
Thu Jan 27 09:09:16 CET 2022


On Thu, Jan 27, 2022 at 6:37 AM Xia, Chenbo <chenbo.xia at intel.com> wrote:
> > From: Maxime Coquelin <maxime.coquelin at redhat.com>
> >
> > This series aims at easing Vhost logs analysis, by
> > prepending the Vhost-user socket path to all logs and to
> > remove multi-line comments. Doing so, filtering Vhost-user
> > ports logs is much easier.
> >
> > Changes in v3:
> > ==============
> > - Fix various typos reported (Chenbo)
> > - Revert one multi-line comment removal (Chenbo)
> >
> > Changes in v2:
> > ==============
> > - Add missing socket paths (David)
> > - avoid identical logs in iotlb code (David)
> > - Use data log type when used in datapath (David)
> >
> > Maxime Coquelin (9):
> >   vhost: improve IOTLB logs
> >   vhost: improve vDPA registration failure log
> >   vhost: improve Vhost layer logs
> >   vhost: improve Vhost-user layer logs
> >   vhost: improve socket layer logs
> >   vhost: improve Virtio-net layer logs
> >   vhost: remove multi-line logs
> >   vhost: differentiate IOTLB logs
> >   vhost: use proper logging type for data path
> >
> >  lib/vhost/iotlb.c      |  30 +-
> >  lib/vhost/iotlb.h      |  10 +-
> >  lib/vhost/socket.c     | 148 ++++-----
> >  lib/vhost/vdpa.c       |   4 +-
> >  lib/vhost/vhost.c      | 108 ++++---
> >  lib/vhost/vhost_user.c | 678 ++++++++++++++++++++---------------------
> >  lib/vhost/vhost_user.h |   4 +-
> >  lib/vhost/virtio_net.c | 165 +++++-----
> >  8 files changed, 548 insertions(+), 599 deletions(-)
> >
> > --
> > 2.34.1
>
> Series applied to next-virtio/main, thanks

For the series:
Reviewed-by: David Marchand <david.marchand at redhat.com>


-- 
David Marchand



More information about the dev mailing list