]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: cdg: use tcp high resolution clock cache
authorEric Dumazet <edumazet@google.com>
Mon, 15 Oct 2018 16:37:58 +0000 (09:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Oct 2018 05:56:42 +0000 (22:56 -0700)
commite14bc77e34e87cdd4b6c4952cd762abd57b2509f
tree0e00bed799a56fb60c399ae94816018a0213e476
parentec96c6e7736685d77530419a0150f38ea3f8350a
tcp: cdg: use tcp high resolution clock cache

We store in tcp socket a cache of most recent high resolution
clock, there is no need to call local_clock() again, since
this cache is good enough.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_cdg.c