Re: [PATCH v3 09/11] net: simplify build-time logic for x86

2025-03-19 Thread David Marchand
On Tue, Mar 18, 2025 at 6:36 PM Bruce Richardson wrote: > > All DPDK-supported versions of clang and gcc have the "-mpclmul" and > "-maes" flags, so we never need to check for those. This allows the SSE > code path to be unconditionally built on x86. > > For the AVX512 code path, simplify it by on

[PATCH v3 09/11] net: simplify build-time logic for x86

2025-03-18 Thread Bruce Richardson
All DPDK-supported versions of clang and gcc have the "-mpclmul" and "-maes" flags, so we never need to check for those. This allows the SSE code path to be unconditionally built on x86. For the AVX512 code path, simplify it by only checking for the build-time support, and always doing a separate