Re: [ovs-dev] [PATCH v4 3/5] dpif-netdev-extract: Remove unnecessary compiler targets.

2022-05-04 Thread Pai G, Sunil
> -Original Message- > From: Ferriter, Cian > Sent: Friday, April 29, 2022 8:34 PM > To: ovs-dev@openvswitch.org > Cc: Ferriter, Cian ; Van Haaren, Harry > ; Pai G, Sunil > Subject: [PATCH v4 3/5] dpif-netdev-extract: Remove unnecessary compiler > targets. > > No instructions from the

[ovs-dev] [PATCH v4 3/5] dpif-netdev-extract: Remove unnecessary compiler targets.

2022-04-29 Thread Cian Ferriter
No instructions from the AVX512VL ISA are used. Compilation for the AVX512F ISA is already enabled in lib/automake.mk for the dpif-netdev-lookup-avx512-gather.c file because it's part of the libopenvswitchavx512.la library. It doesn't need to be enabled at a function level. Remove both of these