RE: [PATCH v3] net/i40e: restore disable double VLAN by default

2022-07-07 Thread Xing, Beilei
> -Original Message- > From: Liu, KevinX > Sent: Friday, July 8, 2022 12:26 AM > To: dev@dpdk.org > Cc: Xing, Beilei ; Zhang, Yuying > ; Yang, SteveX ; Liu, KevinX > > Subject: [PATCH v3] net/i40e: restore disable double VLAN by default > > Previously,

[PATCH v3] net/i40e: restore disable double VLAN by default

2022-07-07 Thread Kevin Liu
Previously, QinQ is enabled by default and can't be disabled, but there'll be performance drop if QinQ is enabled. So, disable QinQ by default. Fixes: ae97b8b89826 ("net/i40e: fix error disable double VLAN") Signed-off-by: Kevin Liu --- v2: update doc and refine commit log --- v3: refine commit