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

2020-08-12 Thread Power, Ciara
Hi Honnappa, >-Original Message- >From: Honnappa Nagarahalli >Sent: Tuesday 11 August 2020 06:37 >To: Power, Ciara ; dev@dpdk.org >Cc: Richardson, Bruce ; nd ; >Honnappa Nagarahalli ; nd > >Subject: RE: [dpdk-dev] [PATCH 20.11 00/12] add max SIMD bitwidth to EA

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

2020-08-10 Thread Honnappa Nagarahalli
[dpdk-dev] [PATCH 20.11 00/12] add max SIMD bitwidth to EAL > > 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 sup

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

2020-08-10 Thread Power, Ciara
c: dev@dpdk.org; Richardson, Bruce >Subject: Re: [dpdk-dev] [PATCH 20.11 00/12] add max SIMD bitwidth to EAL > >On Fri, 7 Aug 2020 16:58:47 +0100 >Ciara Power wrote: > >> A number of components in DPDK have optional AVX-512 or other vector >> code paths which can be se

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

2020-08-07 Thread Stephen Hemminger
On Fri, 7 Aug 2020 16:58:47 +0100 Ciara Power wrote: > 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 singl

[dpdk-dev] [PATCH 20.11 00/12] add max SIMD bitwidth to EAL

2020-08-07 Thread 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 used. This can be used