diff options
author | Toke Høiland-Jørgensen <[email protected]> | 2019-06-28 11:12:34 +0200 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2019-06-29 01:31:08 +0200 |
commit | d5df2830ca9922d03a33940ea424c9a5f39f1162 (patch) | |
tree | 018eb91b4d8aadd03ea70c80ca4211ede0206942 /tools/testing/selftests/bpf/prog_tests/queue_stack_map.c | |
parent | c8af5cd75e2411d5a5aacf115f59a5ff6b87f3fa (diff) |
devmap/cpumap: Use flush list instead of bitmap
The socket map uses a linked list instead of a bitmap to keep track of
which entries to flush. Do the same for devmap and cpumap, as this means we
don't have to care about the map index when enqueueing things into the
map (and so we can cache the map lookup).
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
Acked-by: Jonathan Lemon <[email protected]>
Acked-by: Andrii Nakryiko <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/queue_stack_map.c')
0 files changed, 0 insertions, 0 deletions