commit | 1bba4c413a328bfd216d59a212bec371e032391b | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Thu Jan 11 20:29:17 2018 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Sun Jan 14 23:36:31 2018 +0100 |
tree | 83288f9aaac80739a3e10556c62296584b9a2e20 | |
parent | 3dd43c3319cb0ba17cec9a989124176b409da326 [diff] |
nfp: bpf: implement bpf map offload Plug in to the stack's map offload callbacks for BPF map offload. Get next call needs some special handling on the FW side, since we can't send a NULL pointer to the FW there is a get first entry FW command. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>