Re: [dpdk-dev] [PATCH 1/3] net/hinic: restore vectorised code

2021-01-18 Thread Ruifeng Wang
> -Original Message- > From: David Marchand > Sent: Monday, January 18, 2021 4:18 PM > To: Ruifeng Wang > Cc: dev@dpdk.org; ferruh.yi...@intel.com; sta...@dpdk.org; Ziyang Xuan > ; Xiaoyun Wang > ; Guoyang Zhou > ; Ciara Power ; > tho...@monjalon.net; nd > Subject: Re: [PATCH 1/3] net/h

Re: [dpdk-dev] [PATCH 1/3] net/hinic: restore vectorised code

2021-01-18 Thread David Marchand
On Sat, Jan 16, 2021 at 3:39 PM Ruifeng Wang wrote: > > Subject: [PATCH 1/3] net/hinic: restore vectorised code > > > > Following make support removal, the vectorised code is not built anymore, > > fix the build flag check. > > > > Fixes: 3cc6ecfdfe85 ("build: remove makefiles") > > Cc: sta...@dpd

Re: [dpdk-dev] [PATCH 1/3] net/hinic: restore vectorised code

2021-01-16 Thread Ruifeng Wang
> -Original Message- > From: David Marchand > Sent: Friday, January 15, 2021 9:40 PM > To: dev@dpdk.org > Cc: ferruh.yi...@intel.com; sta...@dpdk.org; Ziyang Xuan > ; Xiaoyun Wang > ; Guoyang Zhou > ; Ciara Power ; > Ruifeng Wang ; tho...@monjalon.net > Subject: [PATCH 1/3] net/hinic: re

[dpdk-dev] [PATCH 1/3] net/hinic: restore vectorised code

2021-01-15 Thread David Marchand
Following make support removal, the vectorised code is not built anymore, fix the build flag check. Fixes: 3cc6ecfdfe85 ("build: remove makefiles") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- drivers/net/hinic/hinic_pmd_rx.c | 6 +++--- drivers/net/hinic/hinic_pmd_tx.c | 10 +