On Wed, Oct 27, 2021 at 4:45 PM Joanne Koong <joannekoong@xxxxxx> wrote: > > This patch adds test cases for bpf bloom filter maps. They include tests > checking against invalid operations by userspace, tests for using the > bloom filter map as an inner map, and a bpf program that queries the > bloom filter map for values added by a userspace program. > > Signed-off-by: Joanne Koong <joannekoong@xxxxxx> > --- Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > .../bpf/prog_tests/bloom_filter_map.c | 204 ++++++++++++++++++ > .../selftests/bpf/progs/bloom_filter_map.c | 82 +++++++ > 2 files changed, 286 insertions(+) > create mode 100644 tools/testing/selftests/bpf/prog_tests/bloom_filter_map.c > create mode 100644 tools/testing/selftests/bpf/progs/bloom_filter_map.c > [...]