commit | 7533fdc0f77f207fcc370b10965f4bcee82dfedf | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Wed Sep 21 11:44:01 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 21 19:50:03 2016 -0400 |
tree | 29bcd7c7958472d88ade0d60dd740d3d023dfba3 | |
parent | cd7df56ed3e60d046ddb3acd987778c00aa9ee33 [diff] |
nfp: bpf: add hardware bpf offload Add hardware bpf offload on our smart NICs. Detect if capable firmware is loaded and use it to load the code JITed with just added translator onto programmable engines. This commit only supports offloading cls_bpf in legacy mode (non-direct action). Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>