Re: [PATCH v2] vhost: fix missing statistics update

2022-06-17 Thread Maxime Coquelin
On 6/16/22 11:44, xuan.d...@intel.com wrote: From: Xuan Ding 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 --- v2: * Since this issue was introduced and fixed in same rel

Re: [PATCH v2] vhost: fix missing statistics update

2022-06-16 Thread David Marchand
On Thu, Jun 16, 2022 at 11:47 AM wrote: > > From: Xuan Ding > > This patch adds missing per-virtqueue statistics in async dequeue path. This would not happen if the async code was better integrated with the sync code. > > Fixes: 84d5204310d7("vhost: support async dequeue for split ring") > > Si

RE: [PATCH v2] vhost: fix missing statistics update

2022-06-16 Thread Ling, WeiX
> -Original Message- > From: xuan.d...@intel.com > Sent: Thursday, June 16, 2022 5:45 PM > To: maxime.coque...@redhat.com; Xia, Chenbo > Cc: dev@dpdk.org; Hu, Jiayu ; Ma, WenwuX > ; Ding, Xuan > Subject: [PATCH v2] vhost: fix missing statistics update > > From: Xuan Ding > > This patc