public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/7] Assorted fixes for UDP socket and error handling problems
@ 2025-04-15  7:16 David Gibson
  2025-04-15  7:16 ` [PATCH 1/7] udp: Fix breakage of UDP error handling by PKTINFO support David Gibson
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: David Gibson @ 2025-04-15  7:16 UTC (permalink / raw)
  To: Stefano Brivio, passt-dev; +Cc: Jon Maloy, David Gibson

My recent changes to UDP socket management caused some unfortunate
side effects.  In particular, it has some bad interactions with UDP
error handling.  Fix several bugs here, along with some reworks to
allow that.

David Gibson (7):
  udp: Fix breakage of UDP error handling by PKTINFO support
  udp: Be quieter about errors on UDP receive
  udp: Pass socket & flow information direction to error handling
    functions
  udp: Deal with errors as we go in udp_sock_fwd()
  udp: Add udp_pktinfo() helper
  udp: Minor re-organisation of udp_sock_recverr()
  udp: Propagate errors on listening and brand new sockets

 udp.c | 215 +++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 138 insertions(+), 77 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-04-16  0:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-15  7:16 [PATCH 0/7] Assorted fixes for UDP socket and error handling problems David Gibson
2025-04-15  7:16 ` [PATCH 1/7] udp: Fix breakage of UDP error handling by PKTINFO support David Gibson
2025-04-15  7:16 ` [PATCH 2/7] udp: Be quieter about errors on UDP receive David Gibson
2025-04-15  7:16 ` [PATCH 3/7] udp: Pass socket & flow information direction to error handling functions David Gibson
2025-04-15  7:16 ` [PATCH 4/7] udp: Deal with errors as we go in udp_sock_fwd() David Gibson
2025-04-15  7:16 ` [PATCH 5/7] udp: Add udp_pktinfo() helper David Gibson
2025-04-15 18:54   ` Stefano Brivio
2025-04-16  0:37     ` David Gibson
2025-04-15  7:16 ` [PATCH 6/7] udp: Minor re-organisation of udp_sock_recverr() David Gibson
2025-04-15  7:16 ` [PATCH 7/7] udp: Propagate errors on listening and brand new sockets David Gibson
2025-04-15 18:54   ` Stefano Brivio
2025-04-16  0:38     ` David Gibson
2025-04-15 19:10 ` [PATCH 0/7] Assorted fixes for UDP socket and error handling problems 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).