Re: [dpdk-dev] [PATCH v9 01/18] eal: add max SIMD bitwidth

2020-10-16 Thread Kinsella, Ray
On 16/10/2020 15:27, Ciara Power wrote: > This patch adds a max SIMD bitwidth EAL configuration. The API allows > for an app to set this value. It can also be set using EAL argument > --force-max-simd-bitwidth, which will lock the value and override any > modifications made by the app. > > Each

[dpdk-dev] [PATCH v9 01/18] eal: add max SIMD bitwidth

2020-10-16 Thread Ciara Power
This patch adds a max SIMD bitwidth EAL configuration. The API allows for an app to set this value. It can also be set using EAL argument --force-max-simd-bitwidth, which will lock the value and override any modifications made by the app. Each arch has a define for the default SIMD bitwidth value,