Files
bpfire/config
Vincent Li 61f117be83 linux: set CONFIG_ARCH_STRICT_ALIGN=n
set CONFIG_ARCH_STRICT_ALIGN=n to enable
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS. this
allows loading BPF program with unaligned memory
access generated by clang, see [0].

this change might cause BPF program fail to load
in loongarch CPU models that require strict aligned
memory access.

[0]: https://github.com/vincentmli/BPFire/issues/69

Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
2025-01-02 10:04:17 -08:00
..
2024-12-13 14:36:51 +00:00
2024-09-24 08:54:50 +00:00
2024-11-05 08:45:33 +01:00
2023-07-13 14:22:04 +00:00
2023-05-18 11:24:29 +00:00
2024-09-20 12:24:40 +00:00