Re: [PATCH net-next 1/2] tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATS

2018-03-16 Thread David Miller
From: Yousuk Seung Date: Fri, 16 Mar 2018 10:51:07 -0700 > This patch adds TCP_NLA_SND_SSTHRESH stat into SCM_TIMESTAMPING_OPT_STATS > that reports tcp_sock.snd_ssthresh. > > Signed-off-by: Yousuk Seung > Signed-off-by: Neal Cardwell > Signed-off-by: Priyaranjan Jha > Signed-off-by: Soheil Ha

Re: [PATCH net-next 1/2] tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATS

2018-03-16 Thread Eric Dumazet
On 03/16/2018 10:51 AM, Yousuk Seung wrote: > This patch adds TCP_NLA_SND_SSTHRESH stat into SCM_TIMESTAMPING_OPT_STATS > that reports tcp_sock.snd_ssthresh. > Reviewed-by: Eric Dumazet

[PATCH net-next 1/2] tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATS

2018-03-16 Thread Yousuk Seung
This patch adds TCP_NLA_SND_SSTHRESH stat into SCM_TIMESTAMPING_OPT_STATS that reports tcp_sock.snd_ssthresh. Signed-off-by: Yousuk Seung Signed-off-by: Neal Cardwell Signed-off-by: Priyaranjan Jha Signed-off-by: Soheil Hassas Yeganeh Signed-off-by: Yuchung Cheng --- include/uapi/linux/tcp.h