Re: [net-next 01/13] tcp: new helper function for RACK loss detection

2017-01-12 Thread Yuchung Cheng
On Thu, Jan 12, 2017 at 10:03 PM, Yuchung Cheng wrote: > > Create a new helper tcp_rack_mark_skb_lost to prepare the > upcoming RACK reordering timer support. > > Signed-off-by: Yuchung Cheng > Signed-off-by: Neal Cardwell > Acked-by: Eric Dumazet > --- Oops I messed up the subject headers. Let

[net-next 01/13] tcp: new helper function for RACK loss detection

2017-01-12 Thread Yuchung Cheng
Create a new helper tcp_rack_mark_skb_lost to prepare the upcoming RACK reordering timer support. Signed-off-by: Yuchung Cheng Signed-off-by: Neal Cardwell Acked-by: Eric Dumazet --- net/ipv4/tcp_recovery.c | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --gi