Re: [PATCHv3 net-next 08/15] nfp: add BPF to NFP code translator

2016-09-15 Thread Jakub Kicinski
On Wed, 14 Sep 2016 16:15:11 -0700, Alexei Starovoitov wrote: > On Wed, Sep 14, 2016 at 08:00:16PM +0100, Jakub Kicinski wrote: > > Add translator for JITing eBPF to operations which > > can be executed on NFP's programmable engines. > > > > Signed-off-by: Jakub Kicinski

Re: [PATCHv3 net-next 08/15] nfp: add BPF to NFP code translator

2016-09-14 Thread Alexei Starovoitov
On Wed, Sep 14, 2016 at 08:00:16PM +0100, Jakub Kicinski wrote: > Add translator for JITing eBPF to operations which > can be executed on NFP's programmable engines. > > Signed-off-by: Jakub Kicinski > --- > v3: > - don't clone the program for the verifier (no

[PATCHv3 net-next 08/15] nfp: add BPF to NFP code translator

2016-09-14 Thread Jakub Kicinski
Add translator for JITing eBPF to operations which can be executed on NFP's programmable engines. Signed-off-by: Jakub Kicinski --- v3: - don't clone the program for the verifier (no longer needed); - temporarily add a local copy of macros from bitfield.h. ---