DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/9]  vhost: improve logging
@ 2022-01-25 11:24 Maxime Coquelin
  2022-01-25 11:24 ` [PATCH v2 1/9] vhost: improve IOTLB logs Maxime Coquelin
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Maxime Coquelin @ 2022-01-25 11:24 UTC (permalink / raw)
  To: dev, chenbo.xia, david.marchand; +Cc: Maxime Coquelin

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 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 | 679 ++++++++++++++++++++---------------------
 lib/vhost/vhost_user.h |   4 +-
 lib/vhost/virtio_net.c | 165 +++++-----
 8 files changed, 548 insertions(+), 600 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2022-01-26  9:30 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-25 11:24 [PATCH v2 0/9] vhost: improve logging Maxime Coquelin
2022-01-25 11:24 ` [PATCH v2 1/9] vhost: improve IOTLB logs Maxime Coquelin
2022-01-26  3:26   ` Xia, Chenbo
2022-01-25 11:24 ` [PATCH v2 2/9] vhost: improve vDPA registration failure log Maxime Coquelin
2022-01-26  3:26   ` Xia, Chenbo
2022-01-25 11:24 ` [PATCH v2 3/9] vhost: improve Vhost layer logs Maxime Coquelin
2022-01-26  3:26   ` Xia, Chenbo
2022-01-25 11:24 ` [PATCH v2 4/9] vhost: improve Vhost-user " Maxime Coquelin
2022-01-26  3:26   ` Xia, Chenbo
2022-01-25 11:24 ` [PATCH v2 5/9] vhost: improve socket " Maxime Coquelin
2022-01-26  3:26   ` Xia, Chenbo
2022-01-25 11:24 ` [PATCH v2 6/9] vhost: improve Virtio-net " Maxime Coquelin
2022-01-26  3:26   ` Xia, Chenbo
2022-01-25 11:24 ` [PATCH v2 7/9] vhost: remove multi-line logs Maxime Coquelin
2022-01-26  3:27   ` Xia, Chenbo
2022-01-26  9:30     ` Maxime Coquelin
2022-01-25 11:24 ` [PATCH v2 8/9] vhost: differentiate IOTLB logs Maxime Coquelin
2022-01-26  3:27   ` Xia, Chenbo
2022-01-25 11:24 ` [PATCH v2 9/9] vhost: use proper logging type for data path Maxime Coquelin
2022-01-26  3:27   ` Xia, Chenbo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).