aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c
diff options
context:
space:
mode:
authorPu Lehui <[email protected]>2022-04-10 10:12:46 +0000
committerDaniel Borkmann <[email protected]>2022-04-11 14:54:54 +0000
commitdd642ccb45ecce1402eb2550f5284fc6bb9ed7b8 (patch)
tree0e0e04c29e4a88ddfb3ef93d2e736a00adb41ba1 /tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c
parentMerge branch 'bpf: RLIMIT_MEMLOCK cleanups' (diff)
downloadkernel-dd642ccb45ecce1402eb2550f5284fc6bb9ed7b8.tar.gz
kernel-dd642ccb45ecce1402eb2550f5284fc6bb9ed7b8.zip
riscv, bpf: Implement more atomic operations for RV64
This patch implement more BPF atomic operations for RV64. The newly added operations are shown below: atomic[64]_[fetch_]add atomic[64]_[fetch_]and atomic[64]_[fetch_]or atomic[64]_xchg atomic[64]_cmpxchg Since riscv specification does not provide AMO instruction for CAS operation, we use lr/sc instruction for cmpxchg operation, and AMO instructions for the rest ops. Tests "test_bpf.ko" and "test_progs -t atomic" have passed, as well as "test_verifier" with no new failure cases. Signed-off-by: Pu Lehui <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Acked-by: Song Liu <[email protected]> Acked-by: Björn Töpel <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c')
0 files changed, 0 insertions, 0 deletions