On Mon, Apr 09, 2018 at 08:09:46PM +0530, Jerin Jacob wrote: > 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: c6e536e38437 ("build: add more implementers IDs and PNs for ARM") > > Cc: herbert.g...@arm.com > Cc: pbhagavat...@caviumnetworks.com > Cc: bruce.richard...@intel.com > Cc: hemant.agra...@nxp.com > Cc: sta...@dpdk.org > > Signed-off-by: Jerin Jacob <jerin.ja...@caviumnetworks.com> > ---
For the issue with ip_pipeline builds: Tested-by: Bruce Richardson <bruce.richard...@intel.com>