-
- Downloads
mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_X
Jitting of BPF_K is supported already, but not BPF_X. This patch complete the support for the latter on both MIPS and microMIPS. Cc: Paul Burton <paul.burton@mips.com> Cc: linux-mips@vger.kernel.org Acked-by:Paul Burton <paul.burton@mips.com> Signed-off-by:
Jiong Wang <jiong.wang@netronome.com> Signed-off-by:
Alexei Starovoitov <ast@kernel.org>
Showing
- arch/mips/include/asm/uasm.h 1 addition, 0 deletionsarch/mips/include/asm/uasm.h
- arch/mips/include/uapi/asm/inst.h 1 addition, 0 deletionsarch/mips/include/uapi/asm/inst.h
- arch/mips/mm/uasm-micromips.c 1 addition, 0 deletionsarch/mips/mm/uasm-micromips.c
- arch/mips/mm/uasm-mips.c 1 addition, 0 deletionsarch/mips/mm/uasm-mips.c
- arch/mips/mm/uasm.c 5 additions, 4 deletionsarch/mips/mm/uasm.c
- arch/mips/net/ebpf_jit.c 4 additions, 0 deletionsarch/mips/net/ebpf_jit.c
Please register or sign in to comment