hash: add software CRC32 implementation
authorYerden Zhumabekov <e_zhumabekov@sts.kz>
Thu, 29 Jan 2015 08:48:41 +0000 (14:48 +0600)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 23 Feb 2015 17:13:09 +0000 (18:13 +0100)
commitd983cf41698ffbb3f0901001023af6bc8b5ca614
treeaa06dfb31ace76c6ea5cc7d70e4c159ccf11b655
parentb297cdca3de0c6c13f8187ede41af505654a4896
hash: add software CRC32 implementation

Add lookup tables for CRC32 algorithm, crc32c_1word() and
crc32c_2words() functions returning hash of 32-bit and 64-bit
operand.

Signed-off-by: Yerden Zhumabekov <e_zhumabekov@sts.kz>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_hash/rte_hash_crc.h