commit | d557ea39a5f894630c403b78703ac92b08b7dd62 | [log] [tgz] |
---|---|---|
author | Martin KaFai Lau <kafai@fb.com> | Thu Aug 27 18:18:19 2020 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri Aug 28 15:41:30 2020 +0200 |
tree | 714f7ac76f01cccffac5b91d4a6f04d6c7603f83 | |
parent | 134fede4eecfcbe7900e789f625fa6f9c3a8cd0e [diff] |
bpf: selftests: Add test for different inner map size This patch tests the inner map size can be different for reuseport_sockarray but has to be the same for arraymap. A new subtest "diff_size" is added for this. The existing test is moved to a subtest "lookup_update". Signed-off-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20200828011819.1970825-1-kafai@fb.com