On 6/16/22 11:44, xuan.d...@intel.com wrote:
From: Xuan Ding <xuan.d...@intel.com> 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.d...@intel.com> --- v2: * Since this issue was introduced and fixed in same release, no need to add cc stable. --- lib/vhost/virtio_net.c | 2 ++ 1 file changed, 2 insertions(+)
Applied to dpdk-next-virtio/main. Thanks, Maxime