You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AVX512 lookup function requires CPU to support RTE_CPUFLAG_AVX512DQ and
RTE_CPUFLAG_AVX512BW. Add runtime checks of these two flags when deciding
if vector function can be used.
Fixes: 1e5630e ("fib6: add AVX512 lookup")
Cc: [email protected]
Signed-off-by: Vladimir Medvedkin <[email protected]>
Reviewed-by: David Marchand <[email protected]>
0 commit comments