> On 1 Jul, 2018, at 5:38 pm, Kevin Darbyshire-Bryant via Cake > <[email protected]> wrote: > > In openwrt world, mips is not defined as an architecture that can do > ‘efficient unaligned access’, thus if you look in include/net/netlink.h > you’ll see
That shouldn't cause any special problems for a 64-bit value on a 32-bit architecture, because the CPU treats it as a pair of 32-bit values which only need to be 4-byte aligned. - Jonathan Morton _______________________________________________ Cake mailing list [email protected] https://lists.bufferbloat.net/listinfo/cake
