> -----Original Message----- > From: Yu, DapengX <[email protected]> > Sent: Wednesday, June 9, 2021 3:05 PM > To: Xing, Beilei <[email protected]> > Cc: [email protected]; Zhang, Qi Z <[email protected]>; Yu, DapengX > <[email protected]>; [email protected] > Subject: [PATCH] net/i40e: fix wrong data path selection in secondary process > > From: Dapeng Yu <[email protected]> > > 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: [email protected] > > Signed-off-by: Dapeng Yu <[email protected]> Acked-by: Qi Zhang <[email protected]> Applied to dpdk-next-net-intel. Thanks Qi

