Re: [PATCH v3 08/18] hash: fix unaligned access in predictable RSS

2025-07-08 Thread Medvedkin, Vladimir
Acked-by: Vladimir Medvedkin On 7/8/2025 1:28 PM, David Marchand wrote: Caught by UBSan: ../lib/hash/rte_thash.c:421:8: runtime error: load of misaligned address 0x0001816c2da3 for type 'uint32_t' (aka 'unsigned int'), which requires 4 byte alignment Fixes: 28ebff11c2dc ("hash

[PATCH v3 08/18] hash: fix unaligned access in predictable RSS

2025-07-08 Thread David Marchand
Caught by UBSan: ../lib/hash/rte_thash.c:421:8: runtime error: load of misaligned address 0x0001816c2da3 for type 'uint32_t' (aka 'unsigned int'), which requires 4 byte alignment Fixes: 28ebff11c2dc ("hash: add predictable RSS") Cc: sta...@dpdk.org Signed-off-by: David Marchand