Re: [Patch bpf-next v2 5/5] selftests/bpf: add timeout map check in map_ptr tests

2020-12-14 Thread Andrey Ignatov
Cong Wang [Mon, 2020-12-14 12:11 -0800]: > From: Cong Wang > > Similar to regular hashmap test. > > Cc: Andrey Ignatov > Cc: Alexei Starovoitov > Cc: Daniel Borkmann > Cc: Dongdong Wang > Signed-off-by: Cong Wang Thanks. Acked-by: Andrey Ignatov > --- > .../selftests/bpf/progs/map_ptr

[Patch bpf-next v2 5/5] selftests/bpf: add timeout map check in map_ptr tests

2020-12-14 Thread Cong Wang
From: Cong Wang Similar to regular hashmap test. Cc: Andrey Ignatov Cc: Alexei Starovoitov Cc: Daniel Borkmann Cc: Dongdong Wang Signed-off-by: Cong Wang --- .../selftests/bpf/progs/map_ptr_kern.c| 20 +++ 1 file changed, 20 insertions(+) diff --git a/tools/testing