public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/6] Unify TCP and UDP forwarding tables
@ 2026-03-10  4:15 David Gibson
  2026-03-10  4:16 ` [PATCH 1/6] conf, fwd: Make overall forwarding mode local to conf path David Gibson
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: David Gibson @ 2026-03-10  4:15 UTC (permalink / raw)
  To: Stefano Brivio, passt-dev; +Cc: David Gibson

This will make the dynamic update protocol and future forwarding
extensions easier.  Along the way I spotted a number of other minor
faults, and have fixed those too.

David Gibson (6):
  conf, fwd: Make overall forwarding mode local to conf path
  tcp: Remove stale description of port_to_tap field
  fwd: Don't initialise unused port bitmaps
  Fix misnamed field in struct ctx comments
  fwd: Split forwarding table from port scanning state
  fwd: Unify TCP and UDP forwarding tables

 conf.c  | 129 ++++++++++++++++-------------
 flow.c  |  23 ++----
 fwd.c   | 247 ++++++++++++++++++++++++++++++++++----------------------
 fwd.h   |  58 ++++++-------
 passt.c |   3 +
 passt.h |   7 +-
 tcp.c   |   8 +-
 tcp.h   |  11 +--
 udp.c   |   9 +--
 udp.h   |   8 +-
 10 files changed, 282 insertions(+), 221 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-03-11  1:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-10  4:15 [PATCH 0/6] Unify TCP and UDP forwarding tables David Gibson
2026-03-10  4:16 ` [PATCH 1/6] conf, fwd: Make overall forwarding mode local to conf path David Gibson
2026-03-10 19:33   ` Stefano Brivio
2026-03-11  1:34     ` David Gibson
2026-03-10  4:16 ` [PATCH 2/6] tcp: Remove stale description of port_to_tap field David Gibson
2026-03-10  4:16 ` [PATCH 3/6] fwd: Don't initialise unused port bitmaps David Gibson
2026-03-10  4:16 ` [PATCH 4/6] Fix misnamed field in struct ctx comments David Gibson
2026-03-10  4:16 ` [PATCH 5/6] fwd: Split forwarding table from port scanning state David Gibson
2026-03-10  4:16 ` [PATCH 6/6] fwd: Unify TCP and UDP forwarding tables David Gibson
2026-03-10 19:33   ` Stefano Brivio
2026-03-11  1:39     ` David Gibson

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).