Re: [dpdk-dev] [PATCH] doc: update the document for virtio xstats feature

2017-02-09 Thread Thomas Monjalon
> > 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. > > > > Signed-off-by: Jiayu Hu > > Acked-by: Yuanhan Liu Fixes: 76d4c652e07d ("virtio: add exten

Re: [dpdk-dev] [PATCH] doc: update the document for virtio xstats feature

2017-02-08 Thread Jiayu Hu
On Tue, Feb 07, 2017 at 11:52:00AM +, Remy Horton wrote: > Does virtio_vec.ini need updating as well? I think not, since virtio_vec doesn't support xstats currently. > > On 07/02/2017 09:40, Jiayu Hu wrote: > > Currently, extended statistics has been supported by virtio. But there > > are no c

Re: [dpdk-dev] [PATCH] doc: update the document for virtio xstats feature

2017-02-07 Thread Yuanhan Liu
On Tue, Feb 07, 2017 at 05:40:30PM +0800, Jiayu Hu wrote: > 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. > > Signed-off-by: Jiayu Hu Acked-by: Yuanhan L

Re: [dpdk-dev] [PATCH] doc: update the document for virtio xstats feature

2017-02-07 Thread Remy Horton
Does virtio_vec.ini need updating as well? On 07/02/2017 09:40, Jiayu Hu wrote: 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. Signed-off-by: Jiayu Hu ---

[dpdk-dev] [PATCH] doc: update the document for virtio xstats feature

2017-02-07 Thread Jiayu Hu
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. Signed-off-by: Jiayu Hu --- doc/guides/nics/features/virtio.ini | 1 + 1 file changed, 1 insertion(+) diff --g