commit | c353071ad0a2ef754fcba4153098e3cdc5ca516e | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri May 31 18:11:25 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 03 15:06:36 2019 -0700 |
tree | 5fea2e27c303f86fe2912e58225b60bf7a018a2e | |
parent | 4ebcfd9a9fbc44375ef73c938b1a23dbd10fd8a2 [diff] |
ipv6: use this_cpu_read() in rt6_get_pcpu_route() 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>