public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/4] Fixes for EAGAIN/EPOLLIN storm and related issues
@ 2025-01-16 20:32 Stefano Brivio
  2025-01-16 20:32 ` [PATCH 1/4] tcp: Fix ACK sequence getting out of sync on EPOLLOUT wake-up Stefano Brivio
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stefano Brivio @ 2025-01-16 20:32 UTC (permalink / raw)
  To: passt-dev; +Cc: Asahi Lina, Sergio Lopez, Jon Maloy, David Gibson

Patch 3/4 is similar to the patch I sent recently addressing Lina's
report. The rest is for stuff I found while reproducing that using a
parallel HTTP downloader (aria2c) with different parameters and server
locations.

Stefano Brivio (4):
  tcp: Fix ACK sequence getting out of sync on EPOLLOUT wake-up
  tcp: Don't subscribe to EPOLLOUT events on STALLED
  tcp: Set EPOLLET when when reading from a socket fails with EAGAIN
  tcp: Mask EPOLLIN altogether if we're blocked waiting on an ACK from
    the guest

 tcp.c      | 16 +++++++++++-----
 tcp_buf.c  |  5 +++++
 tcp_conn.h |  1 +
 tcp_vu.c   |  6 ++++++
 4 files changed, 23 insertions(+), 5 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-01-16 20:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-16 20:32 [PATCH 0/4] Fixes for EAGAIN/EPOLLIN storm and related issues Stefano Brivio
2025-01-16 20:32 ` [PATCH 1/4] tcp: Fix ACK sequence getting out of sync on EPOLLOUT wake-up Stefano Brivio
2025-01-16 20:32 ` [PATCH 2/4] tcp: Don't subscribe to EPOLLOUT events on STALLED Stefano Brivio
2025-01-16 20:32 ` [PATCH 3/4] tcp: Set EPOLLET when when reading from a socket fails with EAGAIN Stefano Brivio
2025-01-16 20:32 ` [PATCH 4/4] tcp: Mask EPOLLIN altogether if we're blocked waiting on an ACK from the guest Stefano Brivio

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).