Re: [PATCH net-next] tcp: expose sk_state in tcp_retransmit_skb tracepoint

2018-09-24 Thread Yafang Shao
On Mon, Sep 24, 2018 at 5:42 AM, Eric Dumazet wrote: > > > On 09/23/2018 12:49 PM, Yafang Shao wrote: >> With sk_state, we can know whether this connection is in SYN_SENT state >> or ESTBLISHED state. >> The reason to distinguish between these two scenario is that the >> retransmission in

Re: [PATCH net-next] tcp: expose sk_state in tcp_retransmit_skb tracepoint

2018-09-24 Thread Yafang Shao
On Mon, Sep 24, 2018 at 5:42 AM, Eric Dumazet wrote: > > > On 09/23/2018 12:49 PM, Yafang Shao wrote: >> With sk_state, we can know whether this connection is in SYN_SENT state >> or ESTBLISHED state. >> The reason to distinguish between these two scenario is that the >> retransmission in