i40e: fix statistics
authorXutao Sun <xutao.sun@intel.com>
Wed, 4 Nov 2015 09:20:48 +0000 (17:20 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 4 Nov 2015 12:11:56 +0000 (13:11 +0100)
commit9aace75fc82e07f33e90666287d776ece1034cbf
treee8a6f891f9d53a22546042b699c2debc9b12c513
parente6e6440d33c8ab11750c046e1519c09f6268dd09
i40e: fix statistics

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 <xutao.sun@intel.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
doc/guides/rel_notes/release_2_2.rst
drivers/net/i40e/i40e_ethdev.c