Hi Jiong,
On Tue, Dec 04, 2018 at 03:55:16PM -0500, Jiong Wang wrote:
> 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 <[email protected]>
> Cc: [email protected]
> Signed-off-by: Jiong Wang <[email protected]>
> ---
> arch/mips/include/asm/uasm.h | 1 +
> arch/mips/include/uapi/asm/inst.h | 1 +
> arch/mips/mm/uasm-micromips.c | 1 +
> arch/mips/mm/uasm-mips.c | 1 +
> arch/mips/mm/uasm.c | 9 +++++----
> arch/mips/net/ebpf_jit.c | 4 ++++
> 6 files changed, 13 insertions(+), 4 deletions(-)
I don't seem to have been copied on the rest of the series, but this
patch standalone looks good from a MIPS standpoint. If the series is
going through the net tree (and again, I can't see whether that seems
likely because I don't have the rest of the series) then:
Acked-by: Paul Burton <[email protected]>
If you want me to take this patch through the MIPS tree instead then let
me know.
Thanks,
Paul