Re: [PATCH net-next] tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATS

2018-11-17 Thread David Miller
From: Yousuk Seung Date: Thu, 15 Nov 2018 16:44:12 -0800 > Add TCP_NLA_SRTT to SCM_TIMESTAMPING_OPT_STATS that reports the smoothed > round trip time in microseconds (tcp_sock.srtt_us >> 3). > > Signed-off-by: Yousuk Seung > Signed-off-by: Eric Dumazet > Acked-by: Soheil Hassas Yeganeh > Acke

[PATCH net-next] tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATS

2018-11-15 Thread Yousuk Seung
Add TCP_NLA_SRTT to SCM_TIMESTAMPING_OPT_STATS that reports the smoothed round trip time in microseconds (tcp_sock.srtt_us >> 3). Signed-off-by: Yousuk Seung Signed-off-by: Eric Dumazet Acked-by: Soheil Hassas Yeganeh Acked-by: Neal Cardwell Acked-by: Yuchung Cheng --- include/uapi/linux/tcp