Re: [PATCH 2/5] vhost: add per-virtqueue statistics support

2022-04-22 Thread Maxime Coquelin
Hi Chenbo, On 4/21/22 16:09, Xia, Chenbo wrote: Hi Maxime, -Original Message- From: Maxime Coquelin Sent: Thursday, January 27, 2022 10:57 PM To: dev@dpdk.org; Xia, Chenbo ; david.march...@redhat.com Cc: Maxime Coquelin Subject: [PATCH 2/5] vhost: add per-virtqueue statistics

RE: [PATCH 2/5] vhost: add per-virtqueue statistics support

2022-04-21 Thread Xia, Chenbo
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Thursday, January 27, 2022 10:57 PM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH 2/5] vhost: add per-virtqueue statistics support > > Thi

[PATCH 2/5] vhost: add per-virtqueue statistics support

2022-01-27 Thread Maxime Coquelin
This patch introduces new APIs for the application to query and reset per-virtqueue statistics. The patch also introduces generic counters. Signed-off-by: Maxime Coquelin --- lib/vhost/rte_vhost.h | 89 + lib/vhost/socket.c | 4 +- lib/vhost/version.map |