Re: [dpdk-dev] [PATCH v10 00/18] add max SIMD bitwidth to EAL

2020-10-19 Thread David Marchand
On Mon, Oct 19, 2020 at 3:49 PM David Marchand wrote: > > From: Ciara Power > > A number of components in DPDK have optional AVX-512 or other vector > code paths which can be selected at runtime. Rather than having each > component provide its own mechanism to select a code path, this patchset >

[dpdk-dev] [PATCH v10 00/18] add max SIMD bitwidth to EAL

2020-10-19 Thread David Marchand
From: Ciara Power A number of components in DPDK have optional AVX-512 or other vector code paths which can be selected at runtime. Rather than having each component provide its own mechanism to select a code path, this patchset adds support for a single setting to control what code paths are use