Re: [dpdk-dev] [PATCH v3 15/18] member: 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 ; Wang, Yipeng1 > ; Gobriel, Sameh > Subject: [PATCH v3 15/18] member: add checks for max SIMD bitwidth > > When choosing a vector path to take, an extra conditio

[dpdk-dev] [PATCH v3 15/18] member: 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: Yipeng Wang Cc: Sameh Gobriel Signed-off-by: Ciara Power --- lib/librte_member/rte_member_ht.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)