Home
last modified time | relevance | path

Searched hist:e6d1407013a91722ffc89e980d715eb9ce7b57f6 (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dtcp_output.cdiff e6d1407013a91722ffc89e980d715eb9ce7b57f6 Fri Mar 22 14:26:29 CET 2019 Eric Dumazet <edumazet@google.com> tcp: remove conditional branches from tcp_mstamp_refresh()

tcp_clock_ns() (aka ktime_get_ns()) is using monotonic clock,
so the checks we had in tcp_mstamp_refresh() are no longer
relevant.

This patch removes cpu stall (when the cache line is not hot)

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