From 82d39f28c1b4649f9d2bc0826286847a9a3c722d Mon Sep 17 00:00:00 2001 From: Jiayu Hu Date: Tue, 7 Feb 2017 17:40:30 +0800 Subject: [PATCH] doc: add xstats to virtio features list Currently, extended statistics has been supported by virtio. But there are no corresponding document updates. Therefore, this patch is to update the document for virtio xstats feature. Fixes: 76d4c652e07d ("virtio: add extended stats") Signed-off-by: Jiayu Hu Acked-by: Remy Horton Acked-by: Yuanhan Liu --- doc/guides/nics/features/virtio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/virtio.ini b/doc/guides/nics/features/virtio.ini index 5164937aed..84d201236d 100644 --- a/doc/guides/nics/features/virtio.ini +++ b/doc/guides/nics/features/virtio.ini @@ -15,6 +15,7 @@ Multicast MAC filter = Y VLAN filter = Y Basic stats = Y Stats per queue = Y +Extended stats = Y Multiprocess aware = Y BSD nic_uio = Y Linux UIO = Y -- 2.20.1