Re: [dpdk-dev] [PATCH v8 05/18] net/bnxt: add checks for max SIMD bitwidth

2020-10-16 Thread Somnath Kotur
On Fri, Oct 16, 2020 at 1:43 PM 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. > > Cc: Ajit Khaparde > Cc: Somnath Kotur > > Signed-off-by: Ciara Power > > --- > v4: Updated en

Re: [dpdk-dev] [PATCH v8 05/18] net/bnxt: add checks for max SIMD bitwidth

2020-10-16 Thread David Marchand
On Fri, Oct 16, 2020 at 11:06 AM Somnath Kotur wrote: > > On Fri, Oct 16, 2020 at 1:43 PM 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. > > > > Cc: Ajit Khaparde > > Cc

[dpdk-dev] [PATCH v8 05/18] net/bnxt: add checks for max SIMD bitwidth

2020-10-16 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. Cc: Ajit Khaparde Cc: Somnath Kotur Signed-off-by: Ciara Power --- v4: Updated enum name. --- drivers/net/bnxt/bnxt_ethdev.c | 6 -- 1 file changed,