Re: [dpdk-dev] [v2] net/i40e: fix vlan packets drop

2019-10-21 Thread Kevin Traynor
On 21/10/2019 03:44, Xiao Zhang wrote: > Vlan packets with ip length bigger then 1496 will not be received by > i40e/i40evf due to wrong packets size checking. This patch fixes the issue > by correcting the maximum frame size during checking. > > Fixes: 43e5488c0ac6 ("net/i40e: support MTU configu

[dpdk-dev] [v2] net/i40e: fix vlan packets drop

2019-10-20 Thread Xiao Zhang
Vlan packets with ip length bigger then 1496 will not be received by i40e/i40evf due to wrong packets size checking. This patch fixes the issue by correcting the maximum frame size during checking. Fixes: 43e5488c0ac6 ("net/i40e: support MTU configuration") Cc: sta...@dpdk.org Signed-off-by: Xiao