Re: [dpdk-dev] [PATCH v6 18/18] acl: add checks for max SIMD bitwidth

2020-10-15 Thread Ananyev, Konstantin
> 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. These checks are added in the check alg helper functions. > > Cc: Konstantin Ananyev > > Signed-off-by: Ciara Power > --- > lib/librte_acl/rte_acl.

[dpdk-dev] [PATCH v6 18/18] acl: add checks for max SIMD bitwidth

2020-10-15 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. These checks are added in the check alg helper functions. Cc: Konstantin Ananyev Signed-off-by: Ciara Power --- lib/librte_acl/rte_acl.c | 27 +