Re: [PATCH net-next] tcp: add documentation for tcp_ca_state

2019-03-23 Thread David Miller
From: Soheil Hassas Yeganeh Date: Fri, 22 Mar 2019 10:59:47 -0400 > From: Soheil Hassas Yeganeh > > Add documentation to the tcp_ca_state enum, since this enum is > exposed in uapi. > > Signed-off-by: Neal Cardwell > Signed-off-by: Yuchung Cheng > Signed-off-by: Eric Dumazet > Signed-off-by

Re: [PATCH net-next] tcp: add documentation for tcp_ca_state

2019-03-22 Thread Sowmini Varadhan
On (03/22/19 10:59), Soheil Hassas Yeganeh wrote: > > Add documentation to the tcp_ca_state enum, since this enum is > exposed in uapi. Acked-by: Sowmini Varadhan

[PATCH net-next] tcp: add documentation for tcp_ca_state

2019-03-22 Thread Soheil Hassas Yeganeh
From: Soheil Hassas Yeganeh Add documentation to the tcp_ca_state enum, since this enum is exposed in uapi. Signed-off-by: Neal Cardwell Signed-off-by: Yuchung Cheng Signed-off-by: Eric Dumazet Signed-off-by: Soheil Hassas Yeganeh Cc: Sowmini Varadhan --- include/uapi/linux/tcp.h | 27