mbox series

[v2,0/4] Vhost logs fixes and improvement

Message ID 20220701075511.2176198-1-david.marchand@redhat.com (mailing list archive)
Headers
Series Vhost logs fixes and improvement |

Message

David Marchand July 1, 2022, 7:55 a.m. UTC
  Here is a series that fixes log messages (with one regression being
fixed in patch 2) and changes the VHOST_LOG_* helpers to enforce that
vhost log messages will always have some context/prefix to help
debugging on setups with many vhost ports.

The first three patches are low risk and can probably be merged in
v22.07.

Changes since v1:
- fixed log formats in patch4,
  

Comments

Maxime Coquelin July 1, 2022, 2 p.m. UTC | #1
On 7/1/22 09:55, David Marchand wrote:
> Here is a series that fixes log messages (with one regression being
> fixed in patch 2) and changes the VHOST_LOG_* helpers to enforce that
> vhost log messages will always have some context/prefix to help
> debugging on setups with many vhost ports.
> 
> The first three patches are low risk and can probably be merged in
> v22.07.
> 
> Changes since v1:
> - fixed log formats in patch4,
> 
> 


Applied first 3 patches to dpdk-next-virtio/main.

Thanks,
Maxime