[PATCH 1/5] vhost: add per-virtqueue statistics support
Xia, Chenbo
chenbo.xia at intel.com
Wed May 11 15:56:30 CEST 2022
> -----Original Message-----
> From: Maxime Coquelin <maxime.coquelin at redhat.com>
> Sent: Wednesday, May 11, 2022 4:17 AM
> To: dev at dpdk.org; Xia, Chenbo <chenbo.xia at intel.com>;
> david.marchand at redhat.com; i.maximets at ovn.org
> Cc: Maxime Coquelin <maxime.coquelin at redhat.com>
> Subject: [PATCH 1/5] vhost: add per-virtqueue statistics support
>
> 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 <maxime.coquelin at redhat.com>
> ---
> doc/guides/prog_guide/vhost_lib.rst | 24 ++++++
> lib/vhost/rte_vhost.h | 99 ++++++++++++++++++++++++
> lib/vhost/socket.c | 4 +-
> lib/vhost/version.map | 4 +-
> lib/vhost/vhost.c | 112 +++++++++++++++++++++++++++-
> lib/vhost/vhost.h | 18 ++++-
> lib/vhost/virtio_net.c | 55 ++++++++++++++
> 7 files changed, 311 insertions(+), 5 deletions(-)
>
Reviewed-by: Chenbo Xia <chenbo.xia at intel.com>
More information about the dev
mailing list