mempool: fix slow allocation of large mempools
[dpdk.git] / lib / librte_net / rte_net_crc.h
index 8a86f29..16e85ca 100644 (file)
 extern "C" {
 #endif
 
-/** CRC polynomials */
-#define CRC32_ETH_POLYNOMIAL 0x04c11db7UL
-#define CRC16_CCITT_POLYNOMIAL 0x1021U
-
-#define CRC_LUT_SIZE 256
-
 /** CRC types */
 enum rte_net_crc_type {
        RTE_NET_CRC16_CCITT = 0,