]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/dpdk/lib/librte_net/rte_net_crc.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / 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,