Re: [PATCH bpf-next 5/6] selftests/bpf: test_verifier, change names of fixup maps

2018-10-09 Thread Song Liu
On Mon, Oct 8, 2018 at 6:07 PM Prashant Bhole wrote: > > Currently fixup map are named like fixup_map1, fixup_map2, and so on. > As suggested by Alexei let's change change map names such that we can > identify map type by looking at the name. > > This patch is basically a find and replace change:

[PATCH bpf-next 5/6] selftests/bpf: test_verifier, change names of fixup maps

2018-10-08 Thread Prashant Bhole
Currently fixup map are named like fixup_map1, fixup_map2, and so on. As suggested by Alexei let's change change map names such that we can identify map type by looking at the name. This patch is basically a find and replace change: fixup_map1 -> fixup_map_hash_8b fixup_map2 ->