OSDN Git Service

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)
commitfbc802de6b10669bfe2d4ebc4dcf12563bba117c
treeeb9beb60fe6fdc6acdb9a3651bca70a0d80acfbd
parenteb63cfcd2ee8ec3805f6881f43341f589c3d2278
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]