OSDN Git Service

mips, bpf: Remove old BPF JIT implementations
authorJohan Almbladh <johan.almbladh@anyfinetworks.com>
Tue, 5 Oct 2021 16:54:08 +0000 (18:54 +0200)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 6 Oct 2021 19:28:34 +0000 (12:28 -0700)
commitebcbacfa50ecd7a828f40fefbb58d641f265da0d
treeb1c4ffb924493c43f83d6bece86b88721ff80e72
parent01bdc58e94b46b88d4921f46f423bdeb8b137f28
mips, bpf: Remove old BPF JIT implementations

This patch removes the old 32-bit cBPF and 64-bit eBPF JIT implementations.
They are replaced by a new eBPF implementation that supports both 32-bit
and 64-bit MIPS CPUs.

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-8-johan.almbladh@anyfinetworks.com
arch/mips/net/bpf_jit.c [deleted file]
arch/mips/net/bpf_jit.h [deleted file]
arch/mips/net/bpf_jit_asm.S [deleted file]
arch/mips/net/ebpf_jit.c [deleted file]