public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: Stefano Brivio <sbrivio@redhat.com>, passt-dev@passt.top
Cc: David Gibson <david@gibson.dropbear.id.au>
Subject: [PATCH 0/6] Final flow table preliminaries
Date: Tue, 21 May 2024 15:57:02 +1000	[thread overview]
Message-ID: <20240521055708.1150050-1-david@gibson.dropbear.id.au> (raw)

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



             reply	other threads:[~2024-05-21  5:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-21  5:57 David Gibson [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240521055708.1150050-1-david@gibson.dropbear.id.au \
    --to=david@gibson.dropbear.id.au \
    --cc=passt-dev@passt.top \
    --cc=sbrivio@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).