Files
linux-stable-mirror/include/uapi/linux
Feng ZhouandAlexei Starovoitov 07343110b2 bpf: add bpf_map_lookup_percpu_elem for percpu map
Add new ebpf helpers bpf_map_lookup_percpu_elem.

The implementation method is relatively simple, refer to the implementation
method of map_lookup_elem of percpu map, increase the parameters of cpu, and
obtain it according to the specified cpu.

Signed-off-by: Feng Zhou <zhoufeng.zf@bytedance.com>
Link: https://lore.kernel.org/r/20220511093854.411-2-zhoufeng.zf@bytedance.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2022-05-11 18:16:54 -07:00
..
2022-02-21 19:33:05 +00:00
2022-03-11 08:28:05 -08:00
2022-03-01 18:29:27 -08:00
2022-03-08 22:06:11 -08:00
2022-03-18 13:09:17 +02:00