> -----Original Message-----
> From: Xing, Beilei <beilei.x...@intel.com>
> Sent: Friday, July 8, 2022 8:22 AM
> To: Liu, KevinX <kevinx....@intel.com>; dev@dpdk.org
> Cc: Zhang, Yuying <yuying.zh...@intel.com>; Yang, SteveX
> <stevex.y...@intel.com>
> Subject: RE: [PATCH v4] net/i40e: restore disable double VLAN by default
>
>
>
> > -----Original Message-----
> > From: Liu, KevinX <kevinx....@intel.com>
> > Sent: Friday, July 8, 2022 1:05 AM
> > To: dev@dpdk.org
> > Cc: Xing, Beilei <beilei.x...@intel.com>; Zhang, Yuying
> > <yuying.zh...@intel.com>; Yang, SteveX <stevex.y...@intel.com>; Liu,
> > KevinX <kevinx....@intel.com>
> > Subject: [PATCH v4] net/i40e: restore disable double VLAN by default
> >
> > 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")
The commit log of above patch has been refined
Correct it to
Fixes: 5bd74df1dbf5 ("net/i40e: fix QinQ enablement")
> Acked-by: Beilei Xing <beilei.x...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi