Re: [RESEND PATCH 2/2] ppc: bpf_jit: support MOD operation

2013-09-22 Thread Vladimir Murzin
On Mon, Sep 23, 2013 at 01:13:45AM +1000, Matt Evans wrote: > Hi Vladimir, > > On 21 Sep 2013, at 17:25, Vladimir Murzin wrote: > > > commit b6069a9570 (filter: add MOD operation) added generic > > support for modulus operation in BPF. > > > > This patch brings JIT support for PPC64 > > > > Si

Re: [RESEND PATCH 2/2] ppc: bpf_jit: support MOD operation

2013-09-22 Thread Matt Evans
Hi Vladimir, On 21 Sep 2013, at 17:25, Vladimir Murzin wrote: > commit b6069a9570 (filter: add MOD operation) added generic > support for modulus operation in BPF. > > This patch brings JIT support for PPC64 > > Signed-off-by: Vladimir Murzin > Acked-by: Matt Evans Not this version, though;

[RESEND PATCH 2/2] ppc: bpf_jit: support MOD operation

2013-09-21 Thread Vladimir Murzin
commit b6069a9570 (filter: add MOD operation) added generic support for modulus operation in BPF. This patch brings JIT support for PPC64 Signed-off-by: Vladimir Murzin Acked-by: Matt Evans --- arch/powerpc/net/bpf_jit_comp.c | 22 ++ 1 file changed, 22 insertions(+) diff