> -----Original Message-----
> From: Maxime Coquelin <maxime.coque...@redhat.com>
> Sent: Wednesday, January 26, 2022 5:55 PM
> To: dev@dpdk.org; Xia, Chenbo <chenbo....@intel.com>;
> david.march...@redhat.com
> Cc: Maxime Coquelin <maxime.coque...@redhat.com>
> Subject: [PATCH v3 0/9] vhost: improve logging
> 
> 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

Reply via email to