summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/test_lru_map.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-05-14bpf: test ref bit from data path and add new tests for syscall pathDaniel Borkmann
2018-02-26bpf: unify rlimit handling in selftestsDaniel Borkmann
2017-04-17bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4Martin KaFai Lau
2017-04-17bpf: lru: Cleanup test_lru_map.cMartin KaFai Lau
2017-04-17bpf: lru: Add test_lru_sanity6 for BPF_F_NO_COMMON_LRUMartin KaFai Lau
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün
2017-02-10bpf: Use bpf_create_map() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün
2017-01-17bpf: Fix test_lru_sanity5() in test_lru_map.cMartin KaFai Lau
2016-11-27bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann
2016-11-15bpf: Add tests for the LRU bpf_htabMartin KaFai Lau