Attention is currently required from: laforge, pespin.
neels has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/36913?usp=email )
Change subject: add jhash.h, copied from linux/jhash.h ......................................................................
Patch Set 2:
(1 comment)
File include/osmocom/core/jhash.h:
https://gerrit.osmocom.org/c/libosmocore/+/36913/comment/7a707006_fe4bf5b8 PS1, Line 100: c += osmo_load32le(k + 8);
... i couldn't find it =) ... […]
ah but load32le() is about always reading little endian, no matter what CPU, and get_unaligned_cpu32 is about always reading simply the CPU byte order, right?
So osmo_get_unaligned_cpu32() is a legitimate addition and is not a dup of osmo_load32le(), correct? i guess then i'll indeed add the osmo_get_unaligned_cpu32()...