New upstream version 17.11-rc3
[deb_dpdk.git] / lib / librte_hash / rte_crc_arm64.h
index 774428b..a3c216b 100644 (file)
@@ -116,8 +116,7 @@ rte_hash_crc_set_alg(uint8_t alg)
 }
 
 /* Setting the best available algorithm */
-static inline void __attribute__((constructor))
-rte_hash_crc_init_alg(void)
+RTE_INIT(rte_hash_crc_init_alg)
 {
        rte_hash_crc_set_alg(CRC32_ARM64);
 }