]> git.droids-corp.org - dpdk.git/commit
vhost: fix statistics update in async dequeue
authorXuan Ding <xuan.ding@intel.com>
Thu, 16 Jun 2022 09:44:32 +0000 (09:44 +0000)
committerMaxime Coquelin <maxime.coquelin@redhat.com>
Fri, 17 Jun 2022 13:57:55 +0000 (15:57 +0200)
commitb7c2ecbacbe0c1cd50b608d2173cc1cab059d784
treec3e93e9cdebcd303e3514d9260ab9e3c372360a5
parentf4284e2ddac2fc1b8705cce260d258c115b5297e
vhost: fix statistics update in async dequeue

This patch adds missing per-virtqueue statistics in async dequeue path.

Fixes: 84d5204310d7 ("vhost: support async dequeue for split ring")
Signed-off-by: Xuan Ding <xuan.ding@intel.com>
Tested-by: Wei Ling <weix.ling@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
lib/vhost/virtio_net.c