public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/6] tcp: Improve error handling around socket pools
@ 2024-02-19  7:56 David Gibson
  2024-02-19  7:56 ` [PATCH 1/6] treewide: Use sa_family_t for address family variables David Gibson
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: David Gibson @ 2024-02-19  7:56 UTC (permalink / raw)
  To: Stefano Brivio, passt-dev; +Cc: David Gibson

To reduce latency, the TCP code maintains several pools of ready to
connect TCP sockets.  This patch series contains a number of
improvements to improve error handling and reporting when we're unable
to refill these pools, or unable to obtain a socket from these pools.

David Gibson (6):
  treewide: Use sa_family_t for address family variables
  tcp: Don't stop refilling socket pool if we find a filled entry
  tcp: Stop on first error when refilling socket pools
  tcp, tcp_splice: Issue warnings if unable to refill socket pool
  tcp, tcp_splice: Helpers for getting sockets from the pools
  tcp: Don't store errnos in socket pool

 icmp.c       |  6 ++---
 icmp.h       |  4 +--
 inany.h      |  3 ++-
 tcp.c        | 73 ++++++++++++++++++++++++++++++++++++++++------------
 tcp.h        |  2 +-
 tcp_conn.h   |  4 +--
 tcp_splice.c | 71 +++++++++++++++++++++++++++++++-------------------
 udp.c        |  2 +-
 udp.h        |  2 +-
 util.c       |  2 +-
 util.h       |  2 +-
 11 files changed, 114 insertions(+), 57 deletions(-)

-- 
2.43.2


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

end of thread, other threads:[~2024-02-27 14:23 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-19  7:56 [PATCH 0/6] tcp: Improve error handling around socket pools David Gibson
2024-02-19  7:56 ` [PATCH 1/6] treewide: Use sa_family_t for address family variables David Gibson
2024-02-19  7:56 ` [PATCH 2/6] tcp: Don't stop refilling socket pool if we find a filled entry David Gibson
2024-02-21 21:08   ` Stefano Brivio
2024-02-21 21:42     ` David Gibson
2024-02-19  7:56 ` [PATCH 3/6] tcp: Stop on first error when refilling socket pools David Gibson
2024-02-19  7:56 ` [PATCH 4/6] tcp, tcp_splice: Issue warnings if unable to refill socket pool David Gibson
2024-02-21 21:09   ` Stefano Brivio
2024-02-21 21:44     ` David Gibson
2024-02-22 12:45       ` Stefano Brivio
2024-02-19  7:56 ` [PATCH 5/6] tcp, tcp_splice: Helpers for getting sockets from the pools David Gibson
2024-02-19  7:56 ` [PATCH 6/6] tcp: Don't store errnos in socket pool David Gibson
2024-02-21 21:09   ` Stefano Brivio
2024-02-21 21:45     ` David Gibson
2024-02-27 14:22 ` [PATCH 0/6] tcp: Improve error handling around socket pools 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).