samples: bpf: Fix lwt_len_hist reusing previous BPF map
Daniel T. Lee authored
[ Upstream commit 0afe0a99 ]

Currently, lwt_len_hist's map lwt_len_hist_map is uses pinning, and the
map isn't cleared on test end. This leds to reuse of that map for
each test, which prevents the results of the test from being accurate.

This commit fixes the problem by removing of pinned map from bpffs.
Also, this commit add the executable permission to shell script
files.

Fixes: f74599f7

 ("bpf: Add tests and samples for LWT-BPF")
Signed-off-by: default avatarDaniel T. Lee <danieltimlee@gmail.com>
Signed-off-by: default avatarAndrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20201124090310.24374-7-danieltimlee@gmail.com

Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
5f73062a
Name Last commit Last update
..