diff options
author | Eric Dumazet <edumazet@google.com> | 2023-02-02 10:41:00 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-02-04 04:56:23 +0100 |
commit | 6579f5bacc2c4cbc5ef6abb45352416939d1f844 (patch) | |
tree | acd0874966a904b5fc338dd0696ef8e050ab37e0 /security | |
parent | ipv4: raw: add drop reasons (diff) | |
download | linux-6579f5bacc2c4cbc5ef6abb45352416939d1f844.tar.xz linux-6579f5bacc2c4cbc5ef6abb45352416939d1f844.zip |
raw: use net_hash_mix() in hash function
Some applications seem to rely on RAW sockets.
If they use private netns, we can avoid piling all RAW
sockets bound to a given protocol into a single bucket.
Also place (struct raw_hashinfo).lock into its own
cache line to limit false sharing.
Alternative would be to have per-netns hashtables,
but this seems too expensive for most netns
where RAW sockets are not used.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions