commit | 6ea848b5ced53cbfd5677ff176c2aca10fd61bf4 | [log] [tgz] |
---|---|---|
author | Jiong Wang <jiong.wang@netronome.com> | Sat Jan 26 12:26:13 2019 -0500 |
committer | Alexei Starovoitov <ast@kernel.org> | Sat Jan 26 13:33:02 2019 -0800 |
tree | b362dbebfb60ce4b7a9ba03bc10ea7f8f7ed26fb | |
parent | 461448398ac104b014530680dbac09e577cd2695 [diff] |
selftests: bpf: functional and min/max reasoning unit tests for JMP32 This patch adds unit tests for new JMP32 instructions. This patch also added the new BPF_JMP32_REG and BPF_JMP32_IMM macros to samples/bpf/bpf_insn.h so that JMP32 insn builders are available to tests under 'samples' directory. Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: Jiong Wang <jiong.wang@netronome.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>