From: Eric Dumazet <[email protected]> Date: Mon, 09 Jan 2017 10:29:27 -0800
> From: Eric Dumazet <[email protected]> > > tcp_get_info() has to lock the socket, so lets lock it > for an extended critical section, so that various fields > have consistent values. > > This solves an annoying issue that some applications > reported when multiple counters are updated during one > particular rx/rx event, and TCP_INFO was called from > another cpu. > > Signed-off-by: Eric Dumazet <[email protected]> Applied.
