On Tue, Nov 23, 2021 at 4:03 PM David Marchand <[email protected]> wrote: > > DPIF AVX512 optimisations currently rely on DPDK availability while > they can be used without DPDK. > Besides, checking for availability of some isa only has to be done once > and won't change while a OVS process runs. > > Resolve isa availability in constructors by using a simplified query > based on cpuid API that comes from the compiler. > > Note: this also fixes the check on BMI2 availability: DPDK had a bug > for this isa, see https://git.dpdk.org/dpdk/commit/?id=aae3037ab1e0. > > Suggested-by: Ilya Maximets <[email protected]> > Signed-off-by: David Marchand <[email protected]>
Now that I ran this on a F34 system with AVX512, I can see this breaks static link. Will respin. -- David Marchand _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
