Re: [dpdk-dev] [PATCH v3 17/18] net: add checks for max SIMD bitwidth

2020-10-13 Thread Power, Ciara
ubject: RE: [dpdk-dev] [PATCH v3 17/18] net: add checks for max SIMD >bitwidth > >> > >> > > From: dev On Behalf Of Ciara Power >> > >> > > When choosing a vector path to take, an extra condition must >> > >> > > be satisfied to ens

Re: [dpdk-dev] [PATCH v3 17/18] net: add checks for max SIMD bitwidth

2020-10-08 Thread Ananyev, Konstantin
> > >> > > From: dev On Behalf Of Ciara Power When > > >> > > choosing a vector path to take, an extra condition must be > > >> > > satisfied to ensure the max SIMD bitwidth allows for the CPU enabled > > >path. > > >> > > > > >> > > The vector path was initially chosen in RTE_INIT, however this i

Re: [dpdk-dev] [PATCH v3 17/18] net: add checks for max SIMD bitwidth

2020-10-07 Thread Power, Ciara
sday 1 October 2020 15:17 >> >To: Singh, Jasvinder ; Power, Ciara >> >; dev@dpdk.org >> >Cc: Power, Ciara ; Olivier Matz >> >; O'loingsigh, Mairtin >> >; Ryan, Brendan >> >; Richardson, Bruce >> > >> >Su

Re: [dpdk-dev] [PATCH v3 17/18] net: add checks for max SIMD bitwidth

2020-10-06 Thread Olivier Matz
pdk.org > >Cc: Power, Ciara ; Olivier Matz > >; O'loingsigh, Mairtin > >; Ryan, Brendan ; > >Richardson, Bruce > >Subject: RE: [dpdk-dev] [PATCH v3 17/18] net: add checks for max SIMD > >bitwidth > > > >Hi Jasvinder/Ciara > > > >> --

Re: [dpdk-dev] [PATCH v3 17/18] net: add checks for max SIMD bitwidth

2020-10-06 Thread Olivier Matz
Hi, On Wed, Sep 30, 2020 at 02:04:13PM +0100, Ciara Power wrote: > When choosing a vector path to take, an extra condition must be > satisfied to ensure the max SIMD bitwidth allows for the CPU enabled > path. > > The vector path was initially chosen in RTE_INIT, however this is no > longer suita

Re: [dpdk-dev] [PATCH v3 17/18] net: add checks for max SIMD bitwidth

2020-10-01 Thread Power, Ciara
, Bruce >Subject: RE: [dpdk-dev] [PATCH v3 17/18] net: add checks for max SIMD >bitwidth > >Hi Jasvinder/Ciara > >> -Original Message- >> From: Singh, Jasvinder >> > >> > > From: dev On Behalf Of Ciara Power When >> > > choosi

Re: [dpdk-dev] [PATCH v3 17/18] net: add checks for max SIMD bitwidth

2020-10-01 Thread Coyle, David
Hi Jasvinder/Ciara > -Original Message- > From: Singh, Jasvinder > > > > > From: dev On Behalf Of Ciara Power When > > > choosing a vector path to take, an extra condition must be satisfied > > > to ensure the max SIMD bitwidth allows for the CPU enabled path. > > > > > > The vector path

Re: [dpdk-dev] [PATCH v3 17/18] net: add checks for max SIMD bitwidth

2020-09-30 Thread Singh, Jasvinder
ect: RE: [dpdk-dev] [PATCH v3 17/18] net: add checks for max SIMD > bitwidth > > Hi Ciara, > > > From: dev On Behalf Of Ciara Power When > > choosing a vector path to take, an extra condition must be satisfied > > to ensure the max SIMD bitwidth allows for the

Re: [dpdk-dev] [PATCH v3 17/18] net: add checks for max SIMD bitwidth

2020-09-30 Thread Coyle, David
Hi Ciara, > From: dev On Behalf Of Ciara Power > When choosing a vector path to take, an extra condition must be satisfied to > ensure the max SIMD bitwidth allows for the CPU enabled path. > > The vector path was initially chosen in RTE_INIT, however this is no longer > suitable as we cannot ch

[dpdk-dev] [PATCH v3 17/18] net: add checks for max SIMD bitwidth

2020-09-30 Thread Ciara Power
When choosing a vector path to take, an extra condition must be satisfied to ensure the max SIMD bitwidth allows for the CPU enabled path. The vector path was initially chosen in RTE_INIT, however this is no longer suitable as we cannot check the max SIMD bitwidth at that time. The default chosen