commit | 5dd294d4eb634a5f4c877dc487e83f975aa05c11 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Thu Aug 10 01:40:01 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 09 16:53:57 2017 -0700 |
tree | 21b3014f7178043f49f7ee87adac8c92ff3dee3a | |
parent | 20dbf5ccbb27850a129695d4590f22a7e5459798 [diff] |
bpf, nfp: implement jiting of BPF_J{LT,LE} This work implements jiting of BPF_J{LT,LE} instructions with BPF_X/BPF_K variants for the nfp eBPF JIT. The two BPF_J{SLT,SLE} instructions have not been added yet given BPF_J{SGT,SGE} are not supported yet either. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>