commit | 64a8946b447e418b4283c3573ef397980cca0cd8 | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@plumgrid.com> | Thu May 08 14:10:52 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon May 12 00:23:55 2014 -0400 |
tree | af67f72649e1e3ac18a74bdb425ad3f48f611875 | |
parent | 9739eef13c926645fbf88bcb77e66442fa75d688 [diff] |
net: filter: BPF testsuite The testsuite covers classic and internal BPF instructions. It is particularly useful for JIT compiler developers. Adds to "net" selftest target. The testsuite can be used as a set of micro-benchmarks. It measures execution time of each BPF program in nsec. This patch adds core framework. Signed-off-by: Alexei Starovoitov <ast@plumgrid.com> Signed-off-by: David S. Miller <davem@davemloft.net>