]> git.droids-corp.org - dpdk.git/commit
vhost: support per-virtqueue statistics
authorMaxime Coquelin <maxime.coquelin@redhat.com>
Tue, 10 May 2022 20:17:16 +0000 (22:17 +0200)
committerMaxime Coquelin <maxime.coquelin@redhat.com>
Wed, 1 Jun 2022 09:50:09 +0000 (11:50 +0200)
commitbe75dc99ea1f912bc17f7c47a21c574afe9a50fa
tree0b554615f78ceb2b7d1df3f2559d80c89767e934
parent5d4a6a437076c3ba6230a36b1d811ab69272fab6
vhost: support per-virtqueue statistics

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@redhat.com>
Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
doc/guides/prog_guide/vhost_lib.rst
lib/vhost/rte_vhost.h
lib/vhost/socket.c
lib/vhost/version.map
lib/vhost/vhost.c
lib/vhost/vhost.h
lib/vhost/virtio_net.c