* [PATCH net-next] tcp: tcp_vegas: use tcp_vegas_cwnd_event_tx_start()
@ 2026-03-25 21:24 Eric Dumazet
2026-03-26 17:36 ` Kuniyuki Iwashima
0 siblings, 1 reply; 2+ messages in thread
From: Eric Dumazet @ 2026-03-25 21:24 UTC (permalink / raw)
To: David S . Miller, Jakub Kicinski, Paolo Abeni
Cc: Simon Horman, Neal Cardwell, Kuniyuki Iwashima, Willem de Bruijn,
netdev, eric.dumazet, Eric Dumazet
While net/ipv4/tcp_yeah.c is correctly setting .cwnd_event_tx_start
to tcp_vegas_cwnd_event_tx_start(), I forgot to do the same in tcp_vegas.c
Fixes: d1e59a469737 ("tcp: add cwnd_event_tx_start to tcp_congestion_ops")
Signed-off-by: Eric Dumazet <edumazet@google.com>
---
net/ipv4/tcp_vegas.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/ipv4/tcp_vegas.c b/net/ipv4/tcp_vegas.c
index cf12fb6be079d8ccd65f297a3a90a9a5e90036e8..950a66966059e89fc108a31c106805a0f76fc6f0 100644
--- a/net/ipv4/tcp_vegas.c
+++ b/net/ipv4/tcp_vegas.c
@@ -319,6 +319,7 @@ static struct tcp_congestion_ops tcp_vegas __read_mostly = {
.pkts_acked = tcp_vegas_pkts_acked,
.set_state = tcp_vegas_state,
.cwnd_event = tcp_vegas_cwnd_event,
+ .cwnd_event_tx_start = tcp_vegas_cwnd_event_tx_start,
.get_info = tcp_vegas_get_info,
.owner = THIS_MODULE,
--
2.53.0.1018.g2bb0e51243-goog
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] tcp: tcp_vegas: use tcp_vegas_cwnd_event_tx_start()
2026-03-25 21:24 [PATCH net-next] tcp: tcp_vegas: use tcp_vegas_cwnd_event_tx_start() Eric Dumazet
@ 2026-03-26 17:36 ` Kuniyuki Iwashima
0 siblings, 0 replies; 2+ messages in thread
From: Kuniyuki Iwashima @ 2026-03-26 17:36 UTC (permalink / raw)
To: Eric Dumazet
Cc: David S . Miller, Jakub Kicinski, Paolo Abeni, Simon Horman,
Neal Cardwell, Willem de Bruijn, netdev, eric.dumazet
On Wed, Mar 25, 2026 at 2:24 PM Eric Dumazet <edumazet@google.com> wrote:
>
> While net/ipv4/tcp_yeah.c is correctly setting .cwnd_event_tx_start
> to tcp_vegas_cwnd_event_tx_start(), I forgot to do the same in tcp_vegas.c
>
> Fixes: d1e59a469737 ("tcp: add cwnd_event_tx_start to tcp_congestion_ops")
> Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-26 17:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-25 21:24 [PATCH net-next] tcp: tcp_vegas: use tcp_vegas_cwnd_event_tx_start() Eric Dumazet
2026-03-26 17:36 ` Kuniyuki Iwashima
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox