public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/6] Final flow table preliminaries
@ 2024-05-21  5:57 David Gibson
  2024-05-21  5:57 ` [PATCH 1/6] flow: Properly type callbacks to protocol specific handlers David Gibson
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: David Gibson @ 2024-05-21  5:57 UTC (permalink / raw)
  To: Stefano Brivio, passt-dev; +Cc: David Gibson

Here's a series of what I hope will be the last preliminaries for the
flow table which can be applied before we take the cost of increasing
the size of entries with generic address information.

Changes since "Unified flow table v5":
 * Small fixes to state verification
 * New patch passing specific typed structures into deferred/timer
   callbacks
 * Terminology change from "forwarded side" to "target side"
 * Assorted wording and style tweaks based on Stefano's review

David Gibson (6):
  flow: Properly type callbacks to protocol specific handlers
  inany: Better helpers for using inany and specific family addrs
    together
  flow: Clarify and enforce flow state transitions
  flow: Make side 0 always be the initiating side
  flow: Record the pifs for each side of each flow
  tcp: Remove interim 'tapside' field from connection

 flow.c       | 209 ++++++++++++++++++++++++++++++++++-----------------
 flow.h       | 118 +++++++++++++++++++++++++++--
 flow_table.h |  10 +++
 icmp.c       |  18 ++---
 icmp_flow.h  |   2 +-
 inany.c      |  17 +----
 inany.h      |  97 +++++++++++++++++++++++-
 pif.h        |   1 -
 tcp.c        |  68 ++++++++---------
 tcp_conn.h   |   7 +-
 tcp_splice.c |  25 +++---
 11 files changed, 417 insertions(+), 155 deletions(-)

-- 
2.45.1



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

end of thread, other threads:[~2024-05-21  5:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-21  5:57 [PATCH 0/6] Final flow table preliminaries David Gibson
2024-05-21  5:57 ` [PATCH 1/6] flow: Properly type callbacks to protocol specific handlers David Gibson
2024-05-21  5:57 ` [PATCH 2/6] inany: Better helpers for using inany and specific family addrs together David Gibson
2024-05-21  5:57 ` [PATCH 3/6] flow: Clarify and enforce flow state transitions David Gibson
2024-05-21  5:57 ` [PATCH 4/6] flow: Make side 0 always be the initiating side David Gibson
2024-05-21  5:57 ` [PATCH 5/6] flow: Record the pifs for each side of each flow David Gibson
2024-05-21  5:57 ` [PATCH 6/6] tcp: Remove interim 'tapside' field from connection 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).