Home
last modified time | relevance | path

Searched refs:CRC32_VEC_LEN1 (Results 1 – 1 of 1) sorted by relevance

/dpdk/app/test/
H A Dtest_crc.c13 #define CRC32_VEC_LEN1 1512 macro
81 test_data = rte_zmalloc(NULL, CRC32_VEC_LEN1, 0); in test_crc_calc()
83 for (i = 0; i < CRC32_VEC_LEN1; i += 12) in test_crc_calc()
86 result = crc_calc(test_data, CRC32_VEC_LEN1, type); in test_crc_calc()