public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/4] Passt Interface Identifiers
@ 2023-10-09  8:30 David Gibson
  2023-10-09  8:30 ` [PATCH 1/4] udp: Clean up ref initialisation in udp_sock_init() David Gibson
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: David Gibson @ 2023-10-09  8:30 UTC (permalink / raw)
  To: Stefano Brivio, passt-dev; +Cc: David Gibson

For the generalisations to forwarding we want to accomplish with the
flow table, we will need a more formalised notion of passt
"interfaces" - that is way that passt communicates with network,
whether that be over L4 sockets (as on the host) or via an L2 tunnel.

This series makes a small start on this, by introducing a type to
identify passt interfaces.  We don't use it for a whole lot yet, but
it will become more useful in future.

David Gibson (4):
  udp: Clean up ref initialisation in udp_sock_init()
  pif: Introduce notion of passt/pasta interface
  pif: Record originating pif in listening socket refs
  pif: Pass originating pif to tap handler functions

 Makefile     |  2 +-
 icmp.c       |  4 +++-
 icmp.h       |  4 ++--
 passt.h      |  1 +
 pif.h        | 36 ++++++++++++++++++++++++++++++++++++
 tap.c        | 26 ++++++++++++++++----------
 tcp.c        | 11 ++++++++---
 tcp.h        |  7 ++++---
 tcp_splice.c | 10 ++++++----
 udp.c        | 35 ++++++++++++++++++-----------------
 udp.h        | 11 ++++++-----
 11 files changed, 101 insertions(+), 46 deletions(-)
 create mode 100644 pif.h

-- 
2.41.0


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

end of thread, other threads:[~2023-11-04  2:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-09  8:30 [PATCH 0/4] Passt Interface Identifiers David Gibson
2023-10-09  8:30 ` [PATCH 1/4] udp: Clean up ref initialisation in udp_sock_init() David Gibson
2023-10-09  8:30 ` [PATCH 2/4] pif: Introduce notion of passt/pasta interface David Gibson
2023-10-09  8:30 ` [PATCH 3/4] pif: Record originating pif in listening socket refs David Gibson
2023-11-03  9:47   ` Stefano Brivio
2023-11-04  2:03     ` David Gibson
2023-10-09  8:30 ` [PATCH 4/4] pif: Pass originating pif to tap handler functions 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).