commit | 342159ee394d103db4bea1b01f932c50e66be163 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon Oct 25 09:48:19 2021 -0700 |
committer | Jakub Kicinski <kuba@kernel.org> | Mon Oct 25 18:02:13 2021 -0700 |
tree | c4105dc13c4a7fe429d6f4eca49033e54dd9fee8 | |
parent | 2b13af8ade38ef3afe48d60c518c64010cfa8b0d [diff] |
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>