public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH v2 0/3] Dual stack sockets for UDP
@ 2024-08-27  6:04 David Gibson
  2024-08-27  6:04 ` [PATCH v2 1/3] udp: Merge udp[46]_mh_recv arrays David Gibson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: David Gibson @ 2024-08-27  6:04 UTC (permalink / raw)
  To: passt-dev, Stefano Brivio; +Cc: David Gibson

Here, at last, is a change to use dual stack sockets for UDP port
forwards as we have for TCP for some time.  With the merging of many
parallel IPv4/IPv6 structures being done for the flow table and other
recent work, this actually turned out much easier than I anticipated.

Changes since v1:
 * Removed a redundant assignment to msg_namelen

David Gibson (3):
  udp: Merge udp[46]_mh_recv arrays
  udp: Remove unnnecessary local from udp_sock_init()
  udp: Use dual stack sockets for port forwarding when possible

 udp.c | 101 +++++++++++++++++++++++++++++-----------------------------
 udp.h |   2 --
 2 files changed, 50 insertions(+), 53 deletions(-)

-- 
2.46.0


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

end of thread, other threads:[~2024-08-27 12:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-27  6:04 [PATCH v2 0/3] Dual stack sockets for UDP David Gibson
2024-08-27  6:04 ` [PATCH v2 1/3] udp: Merge udp[46]_mh_recv arrays David Gibson
2024-08-27  6:04 ` [PATCH v2 2/3] udp: Remove unnnecessary local from udp_sock_init() David Gibson
2024-08-27  6:04 ` [PATCH v2 3/3] udp: Use dual stack sockets for port forwarding when possible David Gibson
2024-08-27 12:06 ` [PATCH v2 0/3] Dual stack sockets for UDP 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).