Merge branch 'bpf-lru-perf'
Martin KaFai Lau says:
====================
bpf: LRU performance and test-program improvements
The first 4 patches make a few improvements to the LRU tests.
Patch 5/6 is to improve the performance of BPF_F_NO_COMMON_LRU map.
Patch 6/6 adds an example in using LRU map with map-in-map.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- kernel/bpf/bpf_lru_list.c 1 addition, 1 deletionkernel/bpf/bpf_lru_list.c
- samples/bpf/bpf_load.c 96 additions, 18 deletionssamples/bpf/bpf_load.c
- samples/bpf/bpf_load.h 13 additions, 0 deletionssamples/bpf/bpf_load.h
- samples/bpf/map_perf_test_kern.c 61 additions, 14 deletionssamples/bpf/map_perf_test_kern.c
- samples/bpf/map_perf_test_user.c 182 additions, 65 deletionssamples/bpf/map_perf_test_user.c
- tools/testing/selftests/bpf/test_lru_map.c 75 additions, 29 deletionstools/testing/selftests/bpf/test_lru_map.c
Please register or sign in to comment