I've found the AVX2 function is not used in efd library. Then I tried to make AVX2 compilation simpler in efd and member libraries.
While at it, I've hidden a macro which was wrongly exported in the API without having a correct prefix. The v3 does not have the patches removing build-time checks: - efd: remove AVX2 build-time check - member: remove AVX2 build-time checks because I'm not sure losing inlining for cleanup is worth. Thomas Monjalon (2): efd: fix AVX2 support member: hide internal macro lib/efd/rte_efd.c | 3 ++- lib/member/member.h | 9 +++++++++ lib/member/rte_member.h | 9 --------- 3 files changed, 11 insertions(+), 10 deletions(-) -- 2.51.0

