RE: [PATCH] net/i40e: fix single VLAN cannot work normal

2022-09-05 Thread Liu, KevinX
> -Original Message- > From: Zhang, Yuying > Sent: Tuesday, September 6, 2022 10:16 AM > To: Liu, KevinX ; dev@dpdk.org > Cc: Xing, Beilei ; Yang, SteveX > Subject: RE: [PATCH] net/i40e: fix single VLAN cannot work normal > > Hi, > > > -Or

RE: [PATCH] net/i40e: fix single VLAN cannot work normal

2022-09-05 Thread Zhang, Yuying
Hi, > -Original Message- > From: Liu, KevinX > Sent: Friday, August 19, 2022 12:04 AM > To: dev@dpdk.org > Cc: Zhang, Yuying ; Xing, Beilei > ; Yang, SteveX ; Liu, KevinX > > Subject: [PATCH] net/i40e: fix single VLAN cannot work normal > > After disable

RE: [PATCH] net/i40e: fix single VLAN cannot work normal

2022-08-18 Thread Jiale, SongX
> -Original Message- > From: Kevin Liu > Sent: Friday, August 19, 2022 12:04 AM > To: dev@dpdk.org > Cc: Zhang, Yuying ; Xing, Beilei > ; Yang, SteveX ; Liu, KevinX > > Subject: [PATCH] net/i40e: fix single VLAN cannot work normal > > After disable QinQ, s

[PATCH] net/i40e: fix single VLAN cannot work normal

2022-08-18 Thread Kevin Liu
After disable QinQ, single VLAN can not work normal. The reason is that QinQ is not disabled correctly. Before configuring QinQ, need to back up and clean MAC/VLAN filters of all ports. After configuring QinQ, restore MAC/VLAN filters of all ports. When disable QinQ, need to set valid_flags to 0x0