[dpdk-dev] [PATCH v2] net/i40e: fix Rx statistic inconsistent

2016-08-22 Thread Thomas Monjalon
Hi, 2016-08-09 02:18, Zhao1, Wei: > According to your suggestion and meeting last week with harry ,I have supply > a v3 patch for this problem. > [dpdk-dev,v3] net/i40e: fix Rx statistic inconsistent , Permalink > :/dev/patchwork/patch/15161/. Please use --in-reply-to to send new version of a

[dpdk-dev] [PATCH v2] net/i40e: fix Rx statistic inconsistent

2016-08-09 Thread Zhao1, Wei
Hi ,Kyle Larose&Jingjing > -Original Message- > From: Kyle Larose [mailto:eomereadig at gmail.com] > Sent: Wednesday, August 3, 2016 12:22 AM > To: Zhao1, Wei > Cc: Wu, Jingjing ; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix Rx statistic incon

[dpdk-dev] [PATCH v2] net/i40e: fix Rx statistic inconsistent

2016-08-02 Thread Kyle Larose
dk.org >> Subject: RE: [dpdk-dev] [PATCH v2] net/i40e: fix Rx statistic inconsistent >> >> Hi,Wu jingjing and wenzhuo >> >> > -Original Message- >> > From: Zhao1, Wei >> > Sent: Monday, August 1, 2016 4:58 PM >> > To

[dpdk-dev] [PATCH v2] net/i40e: fix Rx statistic inconsistent

2016-08-02 Thread Zhao1, Wei
Hi, Wujingjing and Kyle Larose > -Original Message- > From: Zhao1, Wei > Sent: Tuesday, August 2, 2016 11:27 AM > To: Wu, Jingjing ; Lu, Wenzhuo > > Cc: dev at dpdk.org > Subject: RE: [dpdk-dev] [PATCH v2] net/i40e: fix Rx statistic inconsistent > >

[dpdk-dev] [PATCH v2] net/i40e: fix Rx statistic inconsistent

2016-08-02 Thread Zhao1, Wei
Hi,Wu jingjing and wenzhuo > -Original Message- > From: Zhao1, Wei > Sent: Monday, August 1, 2016 4:58 PM > To: 'Kyle Larose' > Cc: dev at dpdk.org > Subject: RE: [dpdk-dev] [PATCH v2] net/i40e: fix Rx statistic inconsistent > > Hi, Kyle Larose &g

[dpdk-dev] [PATCH v2] net/i40e: fix Rx statistic inconsistent

2016-08-01 Thread Zhao1, Wei
bytes number, that is much better. -Original Message- From: Kyle Larose [mailto:eomerea...@gmail.com] Sent: Saturday, July 30, 2016 1:17 AM To: Zhao1, Wei Cc: dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix Rx statistic inconsistent On Fri, Jul 29, 2016 at 4:50 AM, Wei

[dpdk-dev] [PATCH v2] net/i40e: fix Rx statistic inconsistent

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

[dpdk-dev] [PATCH v2] net/i40e: fix Rx statistic inconsistent

2016-07-29 Thread Kyle Larose
On Fri, Jul 29, 2016 at 4:50 AM, Wei Zhao1 wrote: > rx_good_bytes and rx_good_packets statistic is inconsistent when port > stopped,ipackets statistic is minus the discard packets but rx_bytes > statistic not.Also,i40e has no statistic of discard bytes, so we have to > delete discard packets item