commit | ee94b90c8acaa593b627f5f3fe93e076e7779f5c | [log] [tgz] |
---|---|---|
author | Jiong Wang <jiong.wang@netronome.com> | Wed Dec 05 13:52:30 2018 -0500 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri Dec 07 13:30:48 2018 -0800 |
tree | 4448eaaafbb857abc286215b121f37ed7656aefb | |
parent | 17f6c83fb5ebf7db4fcc94a5be4c22d5a7bfe428 [diff] |
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>