[dpdk-dev] [PATCH] net/i40e: fiX statstic inconsistent when port stopped

2016-07-29 Thread Zhao1, Wei
to meet requirements of commit log and subject. -Original Message- From: Wu, Jingjing Sent: Friday, July 29, 2016 10:50 AM To: Zhao1, Wei Cc: dev at dpdk.org Subject: RE: [dpdk-dev] [PATCH] net/i40e: fiX statstic inconsistent when port stopped Hi, zhaowei Few comments below

[dpdk-dev] [PATCH] net/i40e: fiX statstic inconsistent when port stopped

2016-07-29 Thread Wu, Jingjing
Hi, zhaowei Few comments below: > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wei Zhao1 > Sent: Tuesday, July 26, 2016 10:06 AM > To: dev at dpdk.org > Cc: Zhao1, Wei > Subject: [dpdk-dev] [PATCH] net/i40e: fiX statstic inconsistent w

[dpdk-dev] [PATCH] net/i40e: fiX statstic inconsistent when port stopped

2016-07-26 Thread Wei Zhao1
rx_good_bytes and rx_good_packets statstic is inconsistent when port stopped,ipackets statistic is minus the discard packets but rx_bytes statistic not. Also,i40e has no statstic of discard bytes, so we have to delete discard packets item from rx_good_packets statstic. Fixes: 9aace75fc82e