On 09/18/2016 05:09 PM, Jakub Kicinski wrote:
Add translator for JITing eBPF to operations which
can be executed on NFP's programmable engines.

Signed-off-by: Jakub Kicinski <jakub.kicin...@netronome.com>
---
v6:
  - explicitly check for registers >= MAX_BPF_REG;
  - fix mem leak.

Set looks good to me now, thanks a lot Jakub!

v4:
  - use bitfield.h directly.
v3:
  - don't clone the program for the verifier (no longer needed);
  - temporarily add a local copy of macros from bitfield.h.

Reply via email to