Re: [PATCH net-next] tcp: clean up STATE_TRACE

From: Eric Dumazet
Date: Wed Nov 14 2018 - 10:44:30 EST




On 11/14/2018 06:26 AM, Yafang Shao wrote:
> Currently we can use bpf or tcp tracepoint to conveniently trace the tcp
> state transition at the run time.
> So we don't need to do this stuff at the compile time anymore.
>
> Signed-off-by: Yafang Shao <laoar.shao@xxxxxxxxx>
> ---
> include/net/tcp.h | 12 ------------
> net/ipv4/tcp.c | 4 ----
> 2 files changed, 16 deletions(-)

Yes, sure.

Signed-off-by: Eric Dumazet <edumazet@xxxxxxxxxx>