Re: [PATCH 3/4] vhost: improve some datapath log messages

2022-06-30 Thread Maxime Coquelin
On 6/27/22 11:27, David Marchand wrote: Those messages were missed when adding socket context. Fix this. Signed-off-by: David Marchand --- lib/vhost/vhost.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Maxime Coquelin Thanks, Maxime

[PATCH 3/4] vhost: improve some datapath log messages

2022-06-27 Thread David Marchand
Those messages were missed when adding socket context. Fix this. Signed-off-by: David Marchand --- lib/vhost/vhost.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/vhost/vhost.h b/lib/vhost/vhost.h index 4ebcb7448a..810bc71c9d 100644 --- a/lib/vhost/vhost.h +++ b/l