Re: [PATCH 0/3] MIPS,bpf: Improvements for MIPS eBPF JIT
From: David Miller <davem@davemloft.net>
Date: 2017-08-21 17:32:07
Also in:
linux-mips, lkml
From: David Miller <davem@davemloft.net>
Date: 2017-08-21 17:32:07
Also in:
linux-mips, lkml
From: Daniel Borkmann <daniel@iogearbox.net> Date: Mon, 21 Aug 2017 10:24:23 +0200
On 08/21/2017 05:06 AM, David Miller wrote:quoted
From: David Daney <redacted> Date: Fri, 18 Aug 2017 16:40:30 -0700quoted
I suggest that the whole thing go via the BPF/net-next path as there are dependencies on code that is not yet merged to Linus' tree.What kind of dependency? On networking or MIPS changes?On networking, David implemented the JLT, JLE, JSLT and JSLE ops for the JIT in the patch set. Back then the MIPS JIT wasn't in net-next tree, thus this is basically just a follow-up, so that we have all covered with JIT support for net-next.
Ok, that makes sense, thanks for explaining.