Re: [PATCH net-next] tcp: remove the hardcode in the definition of TCPF Macro

2018-02-21 Thread David Miller
From: Yafang Shao Date: Tue, 20 Feb 2018 21:28:31 +0800 > TCPF_ macro depends on the definition of TCP_ macro. > So it is better to define them with TCP_ marco. > > Signed-off-by: Yafang Shao Applied, thank you.

Re: [PATCH net-next] tcp: remove the hardcode in the definition of TCPF Macro

2018-02-21 Thread Eric Dumazet
On Tue, 2018-02-20 at 21:28 +0800, Yafang Shao wrote: > TCPF_ macro depends on the definition of TCP_ macro. > So it is better to define them with TCP_ marco. > > Signed-off-by: Yafang Shao > --- Seems reasonable, thanks ! Reviewed-by: Eric Dumazet

[PATCH net-next] tcp: remove the hardcode in the definition of TCPF Macro

2018-02-20 Thread Yafang Shao
TCPF_ macro depends on the definition of TCP_ macro. So it is better to define them with TCP_ marco. Signed-off-by: Yafang Shao --- include/net/tcp_states.h | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/include/net/tcp_states.h b/include/net/tcp