public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/2] udp: Fix bugs with saved socket fds
@ 2023-11-06  2:17 David Gibson
  2023-11-06  2:17 ` [PATCH 1/2] udp: Consistently use -1 to indicate un-opened sockets in maps David Gibson
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: David Gibson @ 2023-11-06  2:17 UTC (permalink / raw)
  To: Stefano Brivio, passt-dev; +Cc: bugs.passt.top, David Gibson

We've had some issues with DNS requests starting to fail in long
running guests or containers using passt/pasta.  With assistance from
a reporter, I've managed to track this down to some bugs in our
management of saved UDP socket fds.

Link: https://bugs.passt.top/show_bug.cgi?id=57

David Gibson (2):
  udp: Consistently use -1 to indicate un-opened sockets in maps
  udp: Remove socket from udp_{tap,splice}_map when timed out

 conf.c |  1 +
 udp.c  | 36 +++++++++++++++++++++++++++---------
 udp.h  |  1 +
 3 files changed, 29 insertions(+), 9 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-11-07 12:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-06  2:17 [PATCH 0/2] udp: Fix bugs with saved socket fds David Gibson
2023-11-06  2:17 ` [PATCH 1/2] udp: Consistently use -1 to indicate un-opened sockets in maps David Gibson
2023-11-07  8:33   ` Stefano Brivio
2023-11-06  2:17 ` [PATCH 2/2] udp: Remove socket from udp_{tap,splice}_map when timed out David Gibson
2023-11-07  8:35   ` Stefano Brivio
2023-11-07 12:45 ` [PATCH 0/2] udp: Fix bugs with saved socket fds 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).