public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH v2 0/7] Flow Table Preliminaries
@ 2023-08-11 12:53 David Gibson
  2023-08-11 12:53 ` [PATCH v2 1/7] tap: Don't clobber source address in tap6_handler() David Gibson
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: David Gibson @ 2023-08-11 12:53 UTC (permalink / raw)
  To: passt-dev, Stefano Brivio; +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.

Based on the epoll patch series.

Changes since v1:
 * Add missing patch moving in_epoll flag

David Gibson (7):
  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

 icmp.c       |  12 ++--
 icmp.h       |   3 +-
 passt.c      |  10 ++-
 passt.h      |   4 +-
 pasta.c      |   2 +-
 tap.c        |  29 ++++----
 tcp.c        | 194 +++++++++++++++++++++++----------------------------
 tcp.h        |   5 +-
 tcp_conn.h   |  18 ++---
 tcp_splice.c |   4 +-
 udp.c        |  37 ++++------
 udp.h        |   5 +-
 util.h       |   4 +-
 13 files changed, 151 insertions(+), 176 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-08-17  3:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-11 12:53 [PATCH v2 0/7] Flow Table Preliminaries David Gibson
2023-08-11 12:53 ` [PATCH v2 1/7] tap: Don't clobber source address in tap6_handler() David Gibson
2023-08-11 12:54 ` [PATCH v2 2/7] tap: Pass source address to protocol handler functions David Gibson
2023-08-11 12:54 ` [PATCH v2 3/7] tcp: More precise terms for addresses and ports David Gibson
2023-08-11 12:54 ` [PATCH v2 4/7] tcp: Consistent usage of ports in tcp_seq_init() David Gibson
2023-08-11 12:54 ` [PATCH v2 5/7] tcp, udp: Don't include destination address in partially precomputed csums David Gibson
2023-08-11 12:54 ` [PATCH v2 6/7] tcp, udp: Don't pre-fill IPv4 destination address in headers David Gibson
2023-08-11 12:54 ` [PATCH v2 7/7] tcp: Move in_epoll flag out of common connection structure David Gibson
2023-08-17  3:37 ` [PATCH v2 0/7] Flow Table Preliminaries 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).