Re: [PATCH net-next 0/6] add a set of tracepoints to tcp stack

2017-10-22 Thread David Miller
From: Song Liu Date: Fri, 20 Oct 2017 14:20:40 -0700 > These patches add the following tracepoints to tcp stack. > > tcp_send_reset > tcp_receive_reset > tcp_destroy_sock > tcp_set_state Please fix this build error, it probably happens when IPV6 is built modular: ERROR:

Re: [PATCH net-next 0/6] add a set of tracepoints to tcp stack

2017-10-20 Thread Song Liu
CCing key audience of these patches. I am really sorry if I have spammed your inbox multiple times with the same set of patches. I have been struggling to get git-send-email sending email to netdev. The only solution I found is to be reduce CC list. Best Regards, Song > On Oct 20, 2017, at

[PATCH net-next 0/6] add a set of tracepoints to tcp stack

2017-10-20 Thread Song Liu
Resending the patch set as there were something wrong with my email server. These patches add the following tracepoints to tcp stack. tcp_send_reset tcp_receive_reset tcp_destroy_sock tcp_set_state These tracepoints can be used to track TCP state changes. Such state changes include but are not