numam-dpdk/config
Chengwen Feng 3c1199c2db config/arm: check SVE CPU flag
If compiled with SVE feature (e.g. "-march=armv8.2-a+sve'), the binary
could not run on non-SVE platform else it will encounter illegal
instruction [1].

This patch fixes it by adding 'RTE_CPUFLAG_SVE' to compile_time_cpuflags,
so that rte_cpu_is_supported() will print meaningful log under above
situation.

[1] http://mails.dpdk.org/archives/dev/2021-May/209124.html

Signed-off-by: Chengwen Feng <fengchengwen@huawei.com>
Acked-by: Ruifeng Wang <ruifeng.wang@arm.com>
2021-06-23 09:32:39 +02:00
..
arm config/arm: check SVE CPU flag 2021-06-23 09:32:39 +02:00
ppc config/ppc: reduce number of cores and NUMA nodes 2021-05-04 16:00:31 +02:00
x86 build: fix formatting of Meson lists 2021-05-04 15:01:47 +02:00
meson.build net/pcap: build on Windows 2021-04-21 23:48:38 +02:00
rte_config.h event/dlb2: update config defines as runtime options 2021-05-03 11:46:31 +02:00