public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/3] Basic integration of ICMP with flow table
@ 2024-02-29  4:15 David Gibson
  2024-02-29  4:15 ` [PATCH 1/3] icmp: Store ping socket information in " David Gibson
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: David Gibson @ 2024-02-29  4:15 UTC (permalink / raw)
  To: Stefano Brivio, passt-dev; +Cc: David Gibson

I realized that even with the rudimentary form of the flow table we
have now, it's possible to integrate ICMP (ping).  This even
simplifies a little bit of logic in the ICMP code.

This is based on the address handling clean up series.

David Gibson (3):
  icmp: Store ping socket information in flow table
  icmp: Flow based error reporting
  icmp: Use 'flowside' epoll references for ping sockets

 Makefile     |   6 +-
 flow.c       |   9 +++
 flow.h       |   4 ++
 flow_table.h |   2 +
 icmp.c       | 194 +++++++++++++++++++++++----------------------------
 icmp.h       |  15 +---
 icmp_flow.h  |  31 ++++++++
 passt.c      |  15 +---
 passt.h      |   7 +-
 util.c       |   4 +-
 10 files changed, 146 insertions(+), 141 deletions(-)
 create mode 100644 icmp_flow.h

-- 
2.44.0


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

end of thread, other threads:[~2024-03-13 10:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-29  4:15 [PATCH 0/3] Basic integration of ICMP with flow table David Gibson
2024-02-29  4:15 ` [PATCH 1/3] icmp: Store ping socket information in " David Gibson
2024-03-07  8:53   ` Stefano Brivio
2024-03-07 10:24     ` David Gibson
2024-03-07 23:25       ` Stefano Brivio
2024-03-08  0:48         ` David Gibson
2024-02-29  4:15 ` [PATCH 2/3] icmp: Flow based error reporting David Gibson
2024-03-07 23:26   ` Stefano Brivio
2024-03-08  0:49     ` David Gibson
2024-03-08  6:06       ` Stefano Brivio
2024-02-29  4:15 ` [PATCH 3/3] icmp: Use 'flowside' epoll references for ping sockets David Gibson
2024-03-13 10:08 ` [PATCH 0/3] Basic integration of ICMP with flow table 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).