diff options
| author | Yafang Shao <[email protected]> | 2022-08-10 15:18:28 +0000 |
|---|---|---|
| committer | Alexei Starovoitov <[email protected]> | 2022-08-10 18:49:25 +0000 |
| commit | 992c9e13f5939437037627c67bcb51e674b64265 (patch) | |
| tree | dbde02aae2f7eb6f549abcc2a6e7b4087cf93fe5 /tools/lib/bpf/bpf.c | |
| parent | bpf: Use bpf_map_area_free instread of kvfree (diff) | |
| download | kernel-992c9e13f5939437037627c67bcb51e674b64265.tar.gz kernel-992c9e13f5939437037627c67bcb51e674b64265.zip | |
bpf: Make __GFP_NOWARN consistent in bpf map creation
Some of the bpf maps are created with __GFP_NOWARN, i.e. arraymap,
bloom_filter, bpf_local_storage, bpf_struct_ops, lpm_trie,
queue_stack_maps, reuseport_array, stackmap and xskmap, while others are
created without __GFP_NOWARN, i.e. cpumap, devmap, hashtab,
local_storage, offload, ringbuf and sock_map. But there are not key
differences between the creation of these maps. So let make this
allocation flag consistent in all bpf maps creation. Then we can use a
generic helper to alloc all bpf maps.
Signed-off-by: Yafang Shao <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/lib/bpf/bpf.c')
0 files changed, 0 insertions, 0 deletions
