[dpdk-dev] [PATCH v8 2/2] net/vhost: add pmd xstats

2016-09-29 Thread Yuanhan Liu
On Thu, Sep 29, 2016 at 08:35:49PM +0800, Zhiyong Yang wrote: > This feature adds vhost pmd extended statistics from per port perspective > in order to meet the requirements of the applications such as OVS etc. > RX/TX xstats count the bytes without CRC. This is different from physical > NIC stats

[dpdk-dev] [PATCH v8 2/2] net/vhost: add pmd xstats

2016-09-29 Thread Zhiyong Yang
This feature adds vhost pmd extended statistics from per port perspective in order to meet the requirements of the applications such as OVS etc. RX/TX xstats count the bytes without CRC. This is different from physical NIC stats with CRC. The statistics counters are based on RFC 2819 and RFC 2863

[dpdk-dev] [PATCH v8 2/2] net/vhost: add pmd xstats

2016-09-29 Thread Yang, Zhiyong
Thanks very much, yuanhan. > -Original Message- > From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] > Sent: Thursday, September 29, 2016 9:05 PM > To: Yang, Zhiyong > Cc: dev at dpdk.org; Loftus, Ciara > Subject: Re: [PATCH v8 2/2] net/vhost: add pmd xstats > > On Thu, Sep 29,