[dpdk-dev] [PATCH] i40e: fix set max frame size to default

2015-12-15 Thread Jingjing Wu
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") Sig

[dpdk-dev] [PATCH] i40e: fix set max frame size to default

2015-12-15 Thread Thomas Monjalon
> 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

[dpdk-dev] [PATCH] i40e: fix set max frame size to default

2015-12-15 Thread Zhang, Helin
-Original Message- From: Wu, Jingjing Sent: Tuesday, December 15, 2015 10:53 PM To: dev at dpdk.org Cc: Wu, Jingjing ; Zhang, Helin ; Dong, ShijieX Subject: [PATCH] i40e: fix set max frame size to default In FreeBsd driver, the max frame size is changed to MTU, but not keep the defaul