public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH v4 0/9] Flow Table Preliminaries
@ 2023-08-22  5:29 David Gibson
  2023-08-22  5:29 ` [PATCH v4 1/9] tap: Don't clobber source address in tap6_handler() David Gibson
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: David Gibson @ 2023-08-22  5:29 UTC (permalink / raw)
  To: Stefano Brivio, passt-dev; +Cc: David Gibson

I'm still working on bunch of things to start implementing the
generalised flow table.  However, I think this set of preliminary
clean ups and fixes stand well enough on their own that they're ready
for merge now.

Sorry for the quick resend, noticed a dumb error in the last patch.

Changes since v3:
 * Remove the now unused tcp.splice_conn_count
Changes since v2:
 * Fix a formatting error in the in_epoll patch
 * Add patch for inany.h include guards
 * Add patch to remove broken pressure estimates for tcp_defer_handler()
Changes since v1:
 * Add missing patch moving in_epoll flag

David Gibson (9):
  tap: Don't clobber source address in tap6_handler()
  tap: Pass source address to protocol handler functions
  tcp: More precise terms for addresses and ports
  tcp: Consistent usage of ports in tcp_seq_init()
  tcp, udp: Don't include destination address in partially precomputed
    csums
  tcp, udp: Don't pre-fill IPv4 destination address in headers
  tcp: Move in_epoll flag out of common connection structure
  inany: Add missing double include guard to inany.h
  tcp: Remove broken pressure calculations for tcp_defer_handler()

 icmp.c       |  12 ++-
 icmp.h       |   3 +-
 inany.h      |   5 ++
 passt.c      |  10 +--
 passt.h      |   4 +-
 pasta.c      |   2 +-
 tap.c        |  29 ++++----
 tcp.c        | 203 ++++++++++++++++++++++-----------------------------
 tcp.h        |   7 +-
 tcp_conn.h   |  18 +++--
 tcp_splice.c |   6 +-
 udp.c        |  37 ++++------
 udp.h        |   5 +-
 util.h       |   4 +-
 14 files changed, 156 insertions(+), 189 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-08-22 12:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-22  5:29 [PATCH v4 0/9] Flow Table Preliminaries David Gibson
2023-08-22  5:29 ` [PATCH v4 1/9] tap: Don't clobber source address in tap6_handler() David Gibson
2023-08-22  8:46   ` Stefano Brivio
2023-08-22  5:29 ` [PATCH v4 2/9] tap: Pass source address to protocol handler functions David Gibson
2023-08-22  5:29 ` [PATCH v4 3/9] tcp: More precise terms for addresses and ports David Gibson
2023-08-22  5:29 ` [PATCH v4 4/9] tcp: Consistent usage of ports in tcp_seq_init() David Gibson
2023-08-22  8:46   ` Stefano Brivio
2023-08-22  5:29 ` [PATCH v4 5/9] tcp, udp: Don't include destination address in partially precomputed csums David Gibson
2023-08-22  8:46   ` Stefano Brivio
2023-08-22  5:29 ` [PATCH v4 6/9] tcp, udp: Don't pre-fill IPv4 destination address in headers David Gibson
2023-08-22  5:29 ` [PATCH v4 7/9] tcp: Move in_epoll flag out of common connection structure David Gibson
2023-08-22  5:29 ` [PATCH v4 8/9] inany: Add missing double include guard to inany.h David Gibson
2023-08-22  5:30 ` [PATCH v4 9/9] tcp: Remove broken pressure calculations for tcp_defer_handler() David Gibson
2023-08-22 12:05 ` [PATCH v4 0/9] Flow Table Preliminaries 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).