Re: [PATCH v2 4/5] MIPS: Add support for eBPF JIT.

2017-06-13 Thread Daniel Borkmann
On 06/14/2017 12:28 AM, David Daney wrote: Since the eBPF machine has 64-bit registers, we only support this in 64-bit kernels. As of the writing of this commit log test-bpf is showing: test_bpf: Summary: 316 PASSED, 0 FAILED, [308/308 JIT'ed] All current test cases are successfully compile

[PATCH v2 4/5] MIPS: Add support for eBPF JIT.

2017-06-13 Thread David Daney
Since the eBPF machine has 64-bit registers, we only support this in 64-bit kernels. As of the writing of this commit log test-bpf is showing: test_bpf: Summary: 316 PASSED, 0 FAILED, [308/308 JIT'ed] All current test cases are successfully compiled. Many examples in samples/bpf are usable, s