LoongArch: Add BPF JIT support
BPF programs are normally handled by a BPF interpreter, add BPF JIT support for LoongArch to allow the kernel to generate native code when a program is loaded into the kernel. This will significantly speed-up processing of BPF programs. Co-developed-by: Youling Tang <tangyouling@loongson.cn> Signed-off-by: Youling Tang <tangyouling@loongson.cn> Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Showing
arch/loongarch/net/Makefile
0 → 100644
arch/loongarch/net/bpf_jit.c
0 → 100644
This diff is collapsed.
arch/loongarch/net/bpf_jit.h
0 → 100644
Please register or sign in to comment