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

2022-05-11 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, May 11, 2022 4:17 AM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; i.maxim...@ovn.org > Cc: Maxime Coquelin > Subject: [PATCH 1/5] vhost: add per-virtqueue statistics support > >

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

2022-05-10 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 --- doc/guides/prog_guide/vhost_lib.rst | 24 ++ lib/vhost/rte_vhost.h | 99 lib