[PATCH net-next] tcp: remove unused ICSK_TIME_EARLY_RETRANS

Subsystems: networking [general], the rest

STALE2027d LANDED

Landed in mainline as a05a7280f545 on 2021-01-23.

3 messages, 3 authors, 2021-01-23 · open the first message on its own page

[PATCH net-next] tcp: remove unused ICSK_TIME_EARLY_RETRANS

From: Pengcheng Yang <hidden>
Date: 2021-01-21 14:38:23

Since the early retransmit has been removed by
commit bec41a11dd3d ("tcp: remove early retransmit"),
we also remove the unused ICSK_TIME_EARLY_RETRANS macro.

Signed-off-by: Pengcheng Yang <redacted>
---
 include/net/inet_connection_sock.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h
index 7338b38..e9490ef 100644
--- a/include/net/inet_connection_sock.h
+++ b/include/net/inet_connection_sock.h
@@ -138,7 +138,6 @@ struct inet_connection_sock {
 #define ICSK_TIME_RETRANS	1	/* Retransmit timer */
 #define ICSK_TIME_DACK		2	/* Delayed ack timer */
 #define ICSK_TIME_PROBE0	3	/* Zero window probe timer */
-#define ICSK_TIME_EARLY_RETRANS 4	/* Early retransmit timer */
 #define ICSK_TIME_LOSS_PROBE	5	/* Tail loss probe timer */
 #define ICSK_TIME_REO_TIMEOUT	6	/* Reordering timer */
 
@@ -224,8 +223,7 @@ static inline void inet_csk_reset_xmit_timer(struct sock *sk, const int what,
 	}
 
 	if (what == ICSK_TIME_RETRANS || what == ICSK_TIME_PROBE0 ||
-	    what == ICSK_TIME_EARLY_RETRANS || what == ICSK_TIME_LOSS_PROBE ||
-	    what == ICSK_TIME_REO_TIMEOUT) {
+	    what == ICSK_TIME_LOSS_PROBE || what == ICSK_TIME_REO_TIMEOUT) {
 		icsk->icsk_pending = what;
 		icsk->icsk_timeout = jiffies + when;
 		sk_reset_timer(sk, &icsk->icsk_retransmit_timer, icsk->icsk_timeout);
-- 
1.8.3.1

Re: [PATCH net-next] tcp: remove unused ICSK_TIME_EARLY_RETRANS

From: Eric Dumazet <edumazet@google.com>
Date: 2021-01-21 15:36:56

On Thu, Jan 21, 2021 at 3:32 PM Pengcheng Yang [off-list ref] wrote:
Since the early retransmit has been removed by
commit bec41a11dd3d ("tcp: remove early retransmit"),
we also remove the unused ICSK_TIME_EARLY_RETRANS macro.

Signed-off-by: Pengcheng Yang <redacted>
---

SGTM, thanks.

Signed-off-by: Eric Dumazet <edumazet@google.com>

Re: [PATCH net-next] tcp: remove unused ICSK_TIME_EARLY_RETRANS

From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-01-23 02:11:53

On Thu, 21 Jan 2021 16:32:36 +0100 Eric Dumazet wrote:
On Thu, Jan 21, 2021 at 3:32 PM Pengcheng Yang [off-list ref] wrote:
quoted
Since the early retransmit has been removed by
commit bec41a11dd3d ("tcp: remove early retransmit"),
we also remove the unused ICSK_TIME_EARLY_RETRANS macro.

Signed-off-by: Pengcheng Yang <redacted>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Applied, thank you!
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help