Re: [PATCH v7 1/1] hash: add XOR32 hash function

2023-06-28 Thread Medvedkin, Vladimir
Hi Bili, Please find just one nit below inlined Apart from it LGTM Acked-by: Vladimir Medvedkin On 20/06/2023 20:12, Bili Dong wrote: An XOR32 hash is needed in the Software Switch (SWX) Pipeline for its use case in P4. We implement it in this patch so it could be easily registered in the pi

[PATCH v7 1/1] hash: add XOR32 hash function

2023-06-20 Thread Bili Dong
An XOR32 hash is needed in the Software Switch (SWX) Pipeline for its use case in P4. We implement it in this patch so it could be easily registered in the pipeline later. Signed-off-by: Bili Dong --- v7: * Simplified byte ordering conversion logic. (re Vladimir Medvedkin ) * Added test cases wi