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

2016-09-29 Thread Yuanhan Liu
On Thu, Sep 29, 2016 at 08:48:40AM +, Loftus, Ciara wrote: > Thanks for the patches Zhiyong. I've tested the size stats and they look good > to me. > > Tested-by: Ciara Loftus Ciara, thanks for testing. Zhiyong, please fix the build issue so that I can apply. We have to make sure every com

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

2016-09-29 Thread Yang, Zhiyong
Hi, yuanhan: The new version has been ready, I will send it later. I'm thinking about how to avoid this kind of issue in an appropriate way. Thanks Zhiyong > -Original Message- > From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] > Sent: Thursday, September 29, 2016 8:02 PM > To:

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

2016-09-29 Thread Loftus, Ciara
> > This feature adds vhost pmd extended statistics from per port perspective > in order to meet the requirements of the applications such as OVS etc. > > The statistics counters are based on RFC 2819 and RFC 2863 as follows: > > rx/tx_good_packets > rx/tx_total_bytes > rx/tx_missed_pkts > rx/tx

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

2016-09-28 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. The statistics counters are based on RFC 2819 and RFC 2863 as follows: rx/tx_good_packets rx/tx_total_bytes rx/tx_missed_pkts rx/tx_broadcast_packets rx