]> git.droids-corp.org - dpdk.git/commit
net/vhost: move to vhost library statistics API
authorMaxime Coquelin <maxime.coquelin@redhat.com>
Tue, 10 May 2022 20:17:17 +0000 (22:17 +0200)
committerMaxime Coquelin <maxime.coquelin@redhat.com>
Wed, 1 Jun 2022 09:50:09 +0000 (11:50 +0200)
commit2e16597c4bda9e023021e69abf68e6e40e12745c
tree1a15694245bd64b0413b268ba24b641f40b7073a
parentbe75dc99ea1f912bc17f7c47a21c574afe9a50fa
net/vhost: move to vhost library statistics API

Now that we have Vhost statistics APIs, this patch replaces
Vhost PMD extended statistics implementation with calls
to the new API. It will enable getting more statistics for
counters that cannot be implemented at the PMD level.

Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
drivers/net/vhost/rte_eth_vhost.c