net/i40e: fix VF Tx bytes
authorQi Zhang <qi.z.zhang@intel.com>
Sun, 9 Jul 2017 19:54:58 +0000 (15:54 -0400)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 19 Jul 2017 08:09:13 +0000 (11:09 +0300)
commite0b3f4cf3e53765347bdeac125048685c8c23c53
treec4101e9dd81983ba419a14734bf5841cad59eabd
parentde89577c1c5e6edad3633cc3bcfc2403ff6b9866
net/i40e: fix VF Tx bytes

Tx CRC size is not counted by VSI's stats register, so it is not necessary
excluded by driver.

Fixes: 98abce237ba7 ("net/i40e: fix VF statistics")

Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
drivers/net/i40e/i40e_ethdev.c