git: 59b195d397a6 - main - tcp rack: move unused field from struct tcp_rack
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Jun 2025 13:23:47 UTC
The branch main has been updated by tuexen:
URL: https://cgit.FreeBSD.org/src/commit/?id=59b195d397a6c4e10c74c80b783a206e9c1013ec
commit 59b195d397a6c4e10c74c80b783a206e9c1013ec
Author: Peter Lei <peterlei@netflix.com>
AuthorDate: 2025-06-26 13:22:01 +0000
Commit: Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2025-06-26 13:22:01 +0000
tcp rack: move unused field from struct tcp_rack
Reviewed by: tuexen
MFC after: 1 week
Sponsored by: Netflix, Inc.
---
sys/netinet/tcp_stacks/tcp_rack.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/netinet/tcp_stacks/tcp_rack.h b/sys/netinet/tcp_stacks/tcp_rack.h
index 4374594a1d82..2393240489ac 100644
--- a/sys/netinet/tcp_stacks/tcp_rack.h
+++ b/sys/netinet/tcp_stacks/tcp_rack.h
@@ -614,7 +614,6 @@ struct rack_control {
struct tcp_rack {
/* First cache line 0x00 */
- TAILQ_ENTRY(tcp_rack) r_hpts; /* hptsi queue next Lock(b) */
int32_t(*r_substate) (struct mbuf *, struct tcphdr *,
struct socket *, struct tcpcb *, struct tcpopt *,
int32_t, int32_t, uint32_t, int, int, uint8_t); /* Lock(a) */