commit | 8282490ee6de4e3e8877978f7aa82709aa265e3e | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Tue Jul 25 17:20:59 2023 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Thu Jan 25 17:43:30 2024 -0800 |
tree | 36fa0c78260ea777ac1d561cf73e6b83608b58be | |
parent | 4863262990d12329a5645a9ce83e68497684cca8 [diff] |
selftests/bpf: Add uptr test. Implement simple hash table where all data structures are shared between bpf program and user space process. The implementation is in uptr_htab.h. It's dual compiled. Once as a bpf program and once as native C code. Signed-off-by: Alexei Starovoitov <ast@kernel.org>