Re: [PATCH net-next] tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)

2019-06-03 Thread David Miller
From: Eric Dumazet Date: Fri, 31 May 2019 19:17:33 -0700 > this_cpu_read(*X) is slightly faster than *this_cpu_ptr(X) > > Signed-off-by: Eric Dumazet Applied.

[PATCH net-next] tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)

2019-05-31 Thread Eric Dumazet
this_cpu_read(*X) is slightly faster than *this_cpu_ptr(X) Signed-off-by: Eric Dumazet --- net/ipv4/tcp_ipv4.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index af81e4a6a8d8eac9aad551a129384ff6b1bf2f6c..59b7edd8719c33d747169b