commit | 046386ca0c48cca1d91563db63a8eb0aff71f2b7 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri May 31 19:09:02 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 03 15:08:53 2019 -0700 |
tree | ebbcd22afd226d801e7803eb6563295955e8b819 | |
parent | c353071ad0a2ef754fcba4153098e3cdc5ca516e [diff] |
ipv4: icmp: use this_cpu_read() in icmp_sk() this_cpu_read(*X) is faster than *this_cpu_ptr(X) Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>