Hi Jiong, On 25/01/19 5:40 AM, Jiong Wang wrote: > This patch implements code-gen for new JMP32 instructions on ppc. > > For JMP32 | JSET, instruction encoding for PPC_RLWINM_DOT is added to check > the result of ANDing low 32-bit of operands. > > Cc: Naveen N. Rao <[email protected]> > Cc: Sandipan Das <[email protected]> > Signed-off-by: Jiong Wang <[email protected]> > --- > arch/powerpc/include/asm/ppc-opcode.h | 1 + > arch/powerpc/net/bpf_jit.h | 4 ++ > arch/powerpc/net/bpf_jit_comp64.c | 120 > ++++++++++++++++++++++++++++++---- > 3 files changed, 111 insertions(+), 14 deletions(-) > > [...]
Looks good to me. Reviewed-by: Sandipan Das <[email protected]> -- With Regards, Sandipan
