Re: [PATCH] hash: fix thash lfsr initialization

2024-10-17 Thread Thomas Monjalon
06/09/2024 19:01, Vladimir Medvedkin: > Reverse polynomial for an LFSR was initialized improperly which > could generate improper bit sequence in some situations. > This patch implements proper polynomial reversing function. > > Fixes: 28ebff11c2dc ("hash: add predictable RSS") > Cc: sta...@dpdk.o

[PATCH] hash: fix thash lfsr initialization

2024-09-06 Thread Vladimir Medvedkin
Reverse polynomial for an LFSR was initialized improperly which could generate improper bit sequence in some situations. This patch implements proper polynomial reversing function. Fixes: 28ebff11c2dc ("hash: add predictable RSS") Cc: sta...@dpdk.org Signed-off-by: Vladimir Medvedkin --- lib/ha