Re: [dpdk-dev] [PATCH] net/i40e: fix statistics inconsistent issue

2018-12-15 Thread Zhang, Qi Z
> -Original Message- > From: Li, Xiaoyun > Sent: Thursday, December 6, 2018 2:04 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Li, Xiaoyun ; sta...@dpdk.org > Subject: [PATCH] net/i40e: fix statistics inconsistent issue > > Port packets excluding pf VSI discards were used for packet count.

[dpdk-dev] [PATCH] net/i40e: fix statistics inconsistent issue

2018-12-05 Thread Xiaoyun Li
Port packets excluding pf VSI discards were used for packet count. And port bytes were used for byte count. This will cause inconsistent count in some cases. This patch would take all VSI stats as packet and byte count to address the issue. Fixes: 763de290cbd1 ("net/i40e: fix packet count for PF")