Re: [PATCH v9] hash: add XOR32 hash function

2023-10-06 Thread David Marchand
Hello, On Tue, Jul 11, 2023 at 12:00 AM 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 pipeline later. > > Signed-off-by: Bili Dong > .mailmap

Re: [PATCH v9] hash: add XOR32 hash function

2023-10-03 Thread Medvedkin, Vladimir
Acked-by: Vladimir Medvedkin On 10/07/2023 22:59, 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 pipeline later. Signed-off-by: Bili Dong -- Regards, Vladimir

Re: [PATCH v9] hash: add XOR32 hash function

2023-09-29 Thread David Marchand
On Tue, Jul 11, 2023 at 12:00 AM 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 pipeline later. > > Signed-off-by: Bili Dong Review, please. -- David Marchand

[PATCH v9] hash: add XOR32 hash function

2023-07-10 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 --- v9: * Marked internl helper functions as @internal. (re Stephen Hemminger ) v8: * Removed unne