commit | ffb65f27a15583379567b6a59a9758163b7f5750 | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@plumgrid.com> | Thu Nov 13 17:36:48 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 18 13:43:59 2014 -0500 |
tree | 055058bbf98518f31a3aebf6f1ac425f70b1f71a | |
parent | a1854d6ac0008518bfc45e791172ad250999c2a2 [diff] |
bpf: add a testsuite for eBPF maps . check error conditions and sanity of hash and array map APIs . check large maps (that kernel gracefully switches to vmalloc from kmalloc) . check multi-process parallel access and stress test Signed-off-by: Alexei Starovoitov <ast@plumgrid.com> Signed-off-by: David S. Miller <davem@davemloft.net>