Re: [dpdk-dev] [PATCH v2] net/i40e: exclude LLDP packet count

2018-01-09 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Xing, Beilei > Sent: Monday, January 8, 2018 9:51 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: exclude LLDP packet count > > > > > --

Re: [dpdk-dev] [PATCH v2] net/i40e: exclude LLDP packet count

2018-01-07 Thread Xing, Beilei
> -Original Message- > From: Zhang, Qi Z > Sent: Tuesday, December 12, 2017 2:10 AM > To: Xing, Beilei > Cc: dev@dpdk.org; Zhang, Qi Z > Subject: [PATCH v2] net/i40e: exclude LLDP packet count > > When use port stats register to calculate the packet count, LLDP packets are > counted in

[dpdk-dev] [PATCH v2] net/i40e: exclude LLDP packet count

2017-12-11 Thread Qi Zhang
When use port stats register to calculate the packet count, LLDP packets are counted in statistics which is not expected, the patch exclude this number from total number. Fixes: 763de290cbd1 ("net/i40e: fix packet count for PF") Cc sta...@dpdk.org Signed-off-by: Qi Zhang --- v2: - fix some typo