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

2020-10-06 Thread David Hunt
Hi Ciara, On 30/9/2020 2:04 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: David Hunt Signed-off-by: Ciara Power --- lib/librte_distributor/rte_distributor.c | 3 ++- 1 f

[dpdk-dev] [PATCH v3 14/18] distributor: 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. Cc: David Hunt Signed-off-by: Ciara Power --- lib/librte_distributor/rte_distributor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git