i40e: fix max frame size
authorJingjing Wu <jingjing.wu@intel.com>
Tue, 15 Dec 2015 14:52:48 +0000 (22:52 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 15 Dec 2015 17:06:06 +0000 (18:06 +0100)
commit8a26a8ff829c0ad83ccbdf09162314abd04ef4eb
tree47f9113accb4b8016fbd17ebba6b8a0c3c29fbf9
parent41264853e04cb7b28a47059ef0d3a15936ea1da0
i40e: fix max frame size

In FreeBsd driver, the max frame size is changed to MTU, but not
keep the default value defined in DataSheet. When DPDK runs on that
NIC, the configured value is not expected.
This patch sets the max frame size to default when initialization.

Fixes: 4861cde46116 ("i40e: new poll mode driver")

Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
drivers/net/i40e/i40e_ethdev.c