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

2020-02-10 Thread Mattias Rönnblom
On 2019-11-09 04:01, Zhang, Qi Z wrote: > >> -Original Message- >> From: Thomas Monjalon >> Sent: Saturday, November 9, 2019 3:49 AM >> To: Kevin Traynor >> Cc: Zhang, Xiao ; dev@dpdk.org; Xing, Beilei >> ; Zhang, Qi Z ; Stokes, Ian >> ; sta...@dpdk.org; Andrew Rybchenko >> ; Yigit, Ferru

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

2019-11-08 Thread Zhang, Qi Z
> -Original Message- > From: Thomas Monjalon > Sent: Saturday, November 9, 2019 3:49 AM > To: Kevin Traynor > Cc: Zhang, Xiao ; dev@dpdk.org; Xing, Beilei > ; Zhang, Qi Z ; Stokes, Ian > ; sta...@dpdk.org; Andrew Rybchenko > ; Yigit, Ferruh ; Ye, > Xiaolong > Subject: Re: [v3] net/i40

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

2019-11-08 Thread Thomas Monjalon
08/11/2019 20:28, Kevin Traynor: > Hi Xiao, > > On 29/10/2019 05:12, Xiao Zhang wrote: > > VLAN packets with ip length bigger than 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. >

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

2019-11-08 Thread Kevin Traynor
Hi Xiao, On 29/10/2019 05:12, Xiao Zhang wrote: > VLAN packets with ip length bigger than 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 M

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

2019-10-28 Thread Xiao Zhang
VLAN packets with ip length bigger than 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