summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/test_lru_map.c
Commit message (Expand)AuthorAge
* bpf: unify rlimit handling in selftestsDaniel Borkmann2018-02-26
* bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4Martin KaFai Lau2017-04-17
* bpf: lru: Cleanup test_lru_map.cMartin KaFai Lau2017-04-17
* bpf: lru: Add test_lru_sanity6 for BPF_F_NO_COMMON_LRUMartin KaFai Lau2017-04-17
* bpf: Remove bpf_sys.h from selftestsMickaël Salaün2017-02-10
* bpf: Use bpf_create_map() from the libraryMickaël Salaün2017-02-10
* bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün2017-02-10
* bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün2017-02-10
* bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün2017-02-10
* bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün2017-02-10
* bpf: Fix test_lru_sanity5() in test_lru_map.cMartin KaFai Lau2017-01-17
* bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann2016-11-27
* bpf: Add tests for the LRU bpf_htabMartin KaFai Lau2016-11-15