[dpdk-dev] [PATCH v3 1/5] hash: add software CRC32 implementation

Stephen Hemminger stephen at networkplumber.org
Tue Nov 25 18:34:51 CET 2014


On Tue, 18 Nov 2014 09:21:54 +0600
Yerden Zhumabekov <e_zhumabekov at sts.kz> wrote:

> +/* Lookup tables for software implementation of CRC32C */
> +static uint32_t crc32c_tables[8][256] = {{
> + 0x00000000, 0xF26B8303, 0xE13B70F7, 0x1350F3F4,

Table should be declared const


More information about the dev mailing list