[dpdk-dev] [PATCH v3 0/2] Fix CRC32c computation

2016-03-01 Thread Thomas Monjalon
> > CRC32c computation is not valid when buffer length is not a multiple of 4 > > bytes. > > Values returned by rte_hash_crc functions does not match the one > > computed by a trivial crc32c implementation. > > > > First patch fixes crc hash function autotests, to outline the problem. > > Second p

[dpdk-dev] [PATCH v3 0/2] Fix CRC32c computation

2016-02-19 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Didier Pallard > Sent: Friday, February 19, 2016 11:00 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/2] Fix CRC32c computation > > CRC32c computation is not valid when b

[dpdk-dev] [PATCH v3 0/2] Fix CRC32c computation

2016-02-19 Thread Didier Pallard
CRC32c computation is not valid when buffer length is not a multiple of 4 bytes. Values returned by rte_hash_crc functions does not match the one computed by a trivial crc32c implementation. First patch fixes crc hash function autotests, to outline the problem. Second patch fixes CRC32c computatio