]> git.droids-corp.org - dpdk.git/commit
vhost: fix log message for async dequeue
authorDavid Marchand <david.marchand@redhat.com>
Fri, 17 Jun 2022 05:40:03 +0000 (07:40 +0200)
committerMaxime Coquelin <maxime.coquelin@redhat.com>
Fri, 17 Jun 2022 14:01:21 +0000 (16:01 +0200)
commitad0eeb83ea593215bed8a4bd706438c157234210
tree8360a9cb5c529de888a7c8046770cf9f782a7720
parentb7c2ecbacbe0c1cd50b608d2173cc1cab059d784
vhost: fix log message for async dequeue

Since the commit 02798b073520 ("vhost: improve virtio-net layer logs"),
vhost logs contain the socket path as a prefix.
Async dequeue path was copied from the sync dequeue path but a log
was incorrect.

Fixes: 84d5204310d7 ("vhost: support async dequeue for split ring")
Signed-off-by: David Marchand <david.marchand@redhat.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
lib/vhost/virtio_net.c