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

2020-09-30 Thread Somalapuram, Amaranath
-Original Message- From: Ciara Power Sent: Wednesday, September 30, 2020 6:34 PM To: dev@dpdk.org Cc: Ciara Power ; Somalapuram, Amaranath Subject: [PATCH v3 05/18] net/axgbe: add checks for max SIMD bitwidth [CAUTION: External Email] When choosing a vector path to take, an extra cond

[dpdk-dev] [PATCH v3 05/18] net/axgbe: 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: Somalapuram Amaranath Signed-off-by: Ciara Power --- drivers/net/axgbe/axgbe_rxtx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git