]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_net/rte_net_crc.h
mempool: fix slow allocation of large mempools
[dpdk.git] / lib / librte_net / rte_net_crc.h
index 8a86f2978cfdfc543d0a40344624cefaae196a48..16e85ca970c2f55428b3d431ad4d6fa172b7ad61 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,