Re: [dpdk-dev] [PATCH 1/6] hash: compile armv8a CRC32 support conditionally

2017-05-10 Thread Jerin Jacob
pablo.de.lara.gua...@intel.com, konstantin.anan...@intel.com > Cc: dev@dpdk.org, Ashwin Sekhar T K > Subject: [dpdk-dev] [PATCH 1/6] hash: compile armv8a CRC32 support > conditionally > X-Mailer: git-send-email 2.13.0.rc1 > > Compile the armv8a CRC32 support only if the mac

[dpdk-dev] [PATCH 1/6] hash: compile armv8a CRC32 support conditionally

2017-05-10 Thread Ashwin Sekhar T K
Compile the armv8a CRC32 support only if the machine has the CRC extensions i.e if RTE_MACHINE_CPUFLAG_CRC32 is defined. Removed the .arch assembly directives as these are no more necessary. Signed-off-by: Ashwin Sekhar T K --- lib/librte_hash/Makefile| 2 ++ lib/librte_hash/rte_crc_arm