e6084f3625
The make based build system has crc+crypto instruction
support for the default arm64 build.
http://dpdk.org/browse/dpdk/tree/mk/machine/armv8a/rte.vars.mk#n31
This patch fixes the disparity with meson build flags for armv8.
As a bonus, This patch fixes the following errors with
ip_pipeline example application.
Assembler messages:
Error: selected processor does not support `crc32cx w3,w3,x0'
Fixes:
|
||
---|---|---|
.. | ||
arm64_armv8_linuxapp_gcc | ||
arm64_dpaa2_linuxapp_gcc | ||
arm64_dpaa_linuxapp_gcc | ||
arm64_thunderx_linuxapp_gcc | ||
armv8_machine.py | ||
meson.build |