net: avoid dirtying sk->sk_rx_queue_mapping
authorEric Dumazet <edumazet@google.com>
Mon, 25 Oct 2021 16:48:19 +0000 (09:48 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 26 Oct 2021 01:02:13 +0000 (18:02 -0700)
commit342159ee394d103db4bea1b01f932c50e66be163
treec4105dc13c4a7fe429d6f4eca49033e54dd9fee8
parent2b13af8ade38ef3afe48d60c518c64010cfa8b0d
net: avoid dirtying sk->sk_rx_queue_mapping

sk_rx_queue_mapping is located in a cache line that should be kept read mostly.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/sock.h