From: Han Han Date: Wed, 11 May 2022 02:17:00 +0000 (+0800) Subject: news: support device stats collection for SR-IOV VF hostdev X-Git-Tag: v8.4.0-rc1~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02c898d801f79e41fdf96c21876eba2f28852a02;p=thirdparty%2Flibvirt.git news: support device stats collection for SR-IOV VF hostdev Signed-off-by: Han Han Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index b17d6f58ec..e5da3f2db8 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1199,6 +1199,11 @@ v6.9.0 (2020-11-02) Libvirt probes the underlying platform in order to fill in these SEV attributes automatically before launching a guest. + * util: support device stats collection for SR-IOV VF hostdev + + For SR-IOV VF hostdevs, libvirt now supports retrieving device traffic + stats via the ``virDomainInterfaceStats`` API and ``virsh domifstat``. + * **Bug fixes** * hyperv: ensure WQL queries work in all locales