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

2020-10-06 Thread Wang, Yipeng1
> -Original Message- > From: Power, Ciara > Sent: Wednesday, September 30, 2020 6:04 AM > To: dev@dpdk.org > Cc: Power, Ciara ; Marohn, Byron > ; Wang, Yipeng1 > Subject: [PATCH v3 16/18] efd: add checks for max SIMD bitwidth > > When choosing a vector path to take, an extra condition mu

[dpdk-dev] [PATCH v3 16/18] efd: 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: Byron Marohn Cc: Yipeng Wang Signed-off-by: Ciara Power --- lib/librte_efd/rte_efd.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) dif