[dpdk-dev] [PATCH v6] i40e: Fix the statistics issue of i40e

2015-11-04 Thread Xutao Sun
The old statistics on i40e only counted the packets on ports. So the discarding packets on VSI were not counted. This patch is to make statistics for packets both on ports and VSI. Also update release notes. Signed-off-by: Xutao Sun --- v2: - reword comments v3: - update release notes v4: - fi

[dpdk-dev] [PATCH v6] i40e: Fix the statistics issue of i40e

2015-11-04 Thread Thomas Monjalon
> > The old statistics on i40e only counted the packets on ports. > > So the discarding packets on VSI were not counted. > > This patch is to make statistics for packets both on ports and VSI. > > Also update release notes. > > > > Signed-off-by: Xutao Sun > > Acked-by: Harry van Haaren Applie

[dpdk-dev] [PATCH v6] i40e: Fix the statistics issue of i40e

2015-11-04 Thread Van Haaren, Harry
> From: Sun, Xutao > Sent: Wednesday, November 4, 2015 9:21 AM > To: dev at dpdk.org > Cc: Zhang, Helin; Van Haaren, Harry; Sun, Xutao > Subject: [PATCH v6] i40e: Fix the statistics issue of i40e > > The old statistics on i40e only counted the packets on ports. > So the discarding packets on VSI w