commit | 31e482bf7ecfcae51472b90cd572462f58e6a7bc | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Thu Aug 10 01:40:03 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 09 16:53:57 2017 -0700 |
tree | 26144713b32d1aca78e8cf7fe85552fd71dd8845 | |
parent | b4e432f1000a171d901e42551459059831925770 [diff] |
bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructions Add test cases to the verifier selftest suite in order to verify that i) direct packet access, and ii) dynamic map value access is working with the changes related to the new instructions. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>