Re: [PATCH] tcp: tcp_mark_head_lost is only valid for sack-tcp

2020-05-07 Thread David Miller
From: zhang kai Date: Thu, 7 May 2020 11:08:30 +0800 > so tcp_is_sack/reno checks are removed from tcp_mark_head_lost. > > Signed-off-by: zhang kai Applied to net-next, thanks.

[PATCH] tcp: tcp_mark_head_lost is only valid for sack-tcp

2020-05-06 Thread zhang kai
so tcp_is_sack/reno checks are removed from tcp_mark_head_lost. Signed-off-by: zhang kai --- net/ipv4/tcp_input.c | 32 +++- 1 file changed, 7 insertions(+), 25 deletions(-) diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index b996dc106..c306becf6 100644 --