]> git.baikalelectronics.ru Git - kernel.git/commit
mips, bpf: Add new eBPF JIT for 64-bit MIPS
authorJohan Almbladh <johan.almbladh@anyfinetworks.com>
Tue, 5 Oct 2021 16:54:05 +0000 (18:54 +0200)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 6 Oct 2021 19:28:20 +0000 (12:28 -0700)
commit86a0b1b9e187321d96bfab15d6a32ca04813e5bc
treeeb9beb60fe6fdc6acdb9a3651bca70a0d80acfbd
parentc8d26856386d2b9e23b04a1b419c04e4ae0d1389
mips, bpf: Add new eBPF JIT for 64-bit MIPS

This is an implementation on of an eBPF JIT for 64-bit MIPS III-V and
MIPS64r1-r6. It uses the same framework introduced by the 32-bit JIT.

Signed-off-by: Johan Almbladh <johan.almbladh@anyfinetworks.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20211005165408.2305108-5-johan.almbladh@anyfinetworks.com
arch/mips/net/bpf_jit_comp64.c [new file with mode: 0644]