numam-dpdk/drivers/net/hns3
Ruifeng Wang 21c4f1c7b2 net/hns3: fix build with SVE
Building with SVE extension enabled stopped with error:

 error: ACLE function ‘svwhilelt_b64_s32’ requires ISA extension ‘sve’
   18 | #define PG64_256BIT  svwhilelt_b64(0, 4)

This is caused by unintentional cflags reset.
Fixed the issue by not touching cflags, and using flags defined by
compiler.

Fixes: 952ebacce4 ("net/hns3: support SVE Rx")
Cc: stable@dpdk.org

Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
2021-01-14 16:42:25 +01:00
..
hns3_cmd.c net/hns3: remove some blank lines 2020-11-13 19:43:26 +01:00
hns3_cmd.h net/hns3: cleanup includes 2020-11-03 23:35:07 +01:00
hns3_dcb.c net/hns3: fix crash with multi-TC 2020-11-20 21:10:05 +01:00
hns3_dcb.h net/hns3: cleanup includes 2020-11-03 23:35:07 +01:00
hns3_ethdev_vf.c net/hns3: adjust MAC address logging 2021-01-08 16:03:04 +01:00
hns3_ethdev.c net/hns3: fix FEC state query 2021-01-08 16:03:04 +01:00
hns3_ethdev.h net/hns3: fix FEC state query 2021-01-08 16:03:04 +01:00
hns3_fdir.c net/hns3: use correct logging format specifiers 2020-11-13 19:43:25 +01:00
hns3_fdir.h net/hns3: support flow action of queue region 2020-09-30 19:19:11 +02:00
hns3_flow.c net/hns3: remove some blank lines 2020-11-13 19:43:26 +01:00
hns3_intr.c net/hns3: adjust code style for struct initialization 2020-11-13 19:43:25 +01:00
hns3_intr.h net/hns3: cleanup includes 2020-11-03 23:35:07 +01:00
hns3_logs.h
hns3_mbx.c net/hns3: use correct logging format specifiers 2020-11-13 19:43:25 +01:00
hns3_mbx.h net/hns3: support setting VF PVID by PF driver 2020-07-07 23:38:26 +02:00
hns3_mp.c net/hns3: use correct logging format specifiers 2020-11-13 19:43:25 +01:00
hns3_mp.h net/hns3: check multi-process action register result 2020-07-07 23:38:28 +02:00
hns3_regs.c net/hns3: cleanup includes 2020-11-03 23:35:07 +01:00
hns3_regs.h net/hns3: support queue start and stop 2020-10-08 19:58:10 +02:00
hns3_rss.c net/hns3: cleanup includes 2020-11-03 23:35:07 +01:00
hns3_rss.h net/hns3: enable RSS for IPv6-SCTP dst/src port fields 2020-11-03 23:35:06 +01:00
hns3_rxtx_vec_neon.h net/hns3: use unsigned types for bit operator 2020-11-13 19:43:26 +01:00
hns3_rxtx_vec_sve.c net/hns3: support SVE Tx 2020-10-16 19:48:19 +02:00
hns3_rxtx_vec.c net/hns3: support NEON Rx 2020-09-21 18:05:38 +02:00
hns3_rxtx_vec.h net/hns3: support SVE Tx 2020-10-16 19:48:19 +02:00
hns3_rxtx.c net/hns3: fix build with SVE 2021-01-14 16:42:25 +01:00
hns3_rxtx.h net/hns3: fix queue state after reset 2020-11-13 19:43:26 +01:00
hns3_stats.c net/hns3: remove some blank lines 2020-11-13 19:43:26 +01:00
hns3_stats.h net/hns3: maximize queue number 2020-10-08 19:58:10 +02:00
meson.build net/hns3: fix build with SVE 2021-01-14 16:42:25 +01:00
version.map build: remove library name from version map file name 2020-10-19 22:13:59 +02:00