Re: [lng-odp] odp_hash_crc32 support

2018-06-06 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message-
> From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of Daniel
> Feferman
> Sent: Tuesday, June 5, 2018 7:52 PM
> To: lng-odp@lists.linaro.org
> Subject: [lng-odp] odp_hash_crc32 support
> 
> Hi All,
> 
> I saw on this link:
> 
> https://www.opendataplane.org/api-
> documentation/master/api/group__odp__hash.html#ga9ecafbeec4af9a0cd
> 93311a1ee324725
> 
> That odp has support to Calculate CRC-32 without Castagnoli. I've tried so
> many ways and I was not able to do so. Then, I saw an example using
> Castagnoli, I've tried to implement it and using Castagnoli worked. So, I'd 
> like
> to double check, does ODP (still) has support to Calculate CRC-32 without
> Castagnoli?
> 
> Best,
> Daniel

Hi,

Yes, odp_hash_crc32() should be supported as specified by the API. Thanks for 
noticing that we miss the implementation. It will be added soon.

-Petri



[lng-odp] odp_hash_crc32 support

2018-06-05 Thread Daniel Feferman
Hi All,

I saw on this link:

https://www.opendataplane.org/api-documentation/master/api/group__odp__hash.html#ga9ecafbeec4af9a0cd93311a1ee324725

That odp has support to Calculate CRC-32 without Castagnoli. I've tried so
many ways and I was not able to do so. Then, I saw an example using Castagnoli,
I've tried to implement it and using Castagnoli worked. So, I'd like to
double check, does ODP (still) has support to Calculate CRC-32 without
Castagnoli?

Best,
Daniel