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

2020-09-02 Thread Singh, Jasvinder
> -Original Message- > From: Power, Ciara > Sent: Thursday, August 27, 2020 5:13 PM > To: dev@dpdk.org > Cc: Power, Ciara ; Singh, Jasvinder > ; Olivier Matz > Subject: [PATCH v2 17/17] net: add checks for max SIMD bitwidth > > When choosing a vector path to take, an extra condition m

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

2020-08-27 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. This check is done just before the handler is called, it cannot be done when setting the handlers initially as the EAL max simd bitwidth value has not yet been