diff options
author | tom.leiming@gmail.com <tom.leiming@gmail.com> | 2015-12-29 17:40:27 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-12-29 23:13:44 +0300 |
commit | 688ecfe60220516e8b6707c832ec02e92522dd85 (patch) | |
tree | 78d96a346886b3797d563e598dac08e18898f16b /drivers/atm | |
parent | 45d8390c56bd2851097736c1c20ad958880168df (diff) | |
download | linux-688ecfe60220516e8b6707c832ec02e92522dd85.tar.xz |
bpf: hash: use per-bucket spinlock
Both htab_map_update_elem() and htab_map_delete_elem() can be
called from eBPF program, and they may be in kernel hot path,
so it isn't efficient to use a per-hashtable lock in this two
helpers.
The per-hashtable spinlock is used for protecting bucket's
hlist, and per-bucket lock is just enough. This patch converts
the per-hashtable lock into per-bucket spinlock, so that
contention can be decreased a lot.
Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm')
0 files changed, 0 insertions, 0 deletions