> -----Original Message----- > From: Yu, DapengX <dapengx...@intel.com> > Sent: Wednesday, June 9, 2021 3:05 PM > To: Xing, Beilei <beilei.x...@intel.com> > Cc: dev@dpdk.org; Zhang, Qi Z <qi.z.zh...@intel.com>; Yu, DapengX > <dapengx...@intel.com>; sta...@dpdk.org > Subject: [PATCH] net/i40e: fix wrong data path selection in secondary process > > From: Dapeng Yu <dapengx...@intel.com> > > The flag use_avx2 and use_avx512 are defined as local variables, they will not > be aware by the secondary process, then wrong data path is selected. Fix the > issue by moving them into struct i40e_adapter. > > Fixes: 6ada10deac66 ("net/i40e: remove devarg use-latest-supported-vec") > Fixes: e6a6a138919f ("net/i40e: add AVX512 vector path") > Cc: sta...@dpdk.org > > Signed-off-by: Dapeng Yu <dapengx...@intel.com> Acked-by: Qi Zhang <qi.z.zh...@intel.com> Applied to dpdk-next-net-intel. Thanks Qi