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

2020-10-08 Thread Zhang, Qi Z
> -Original Message- > From: Power, Ciara > Sent: Wednesday, September 30, 2020 9:04 PM > To: dev@dpdk.org > Cc: Power, Ciara ; Zhang, Qi Z > ; Wang, Xiao W > Subject: [PATCH v3 08/18] net/fm10k: add checks for max SIMD bitwidth > > When choosing a vector path to take, an extra condit

[dpdk-dev] [PATCH v3 08/18] net/fm10k: 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: Qi Zhang Cc: Xiao Wang Signed-off-by: Ciara Power --- drivers/net/fm10k/fm10k_ethdev.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(