From mboxrd@z Thu Jan  1 00:00:00 1970
Received: by passt.top (Postfix, from userid 1000)
	id A6C905A0275; Sun, 16 Feb 2025 23:22:27 +0100 (CET)
From: Stefano Brivio <sbrivio@redhat.com>
To: passt-dev@passt.top
Subject: [PATCH v27 0/2] State migration, perhaps final (#2)?
Date: Sun, 16 Feb 2025 23:22:25 +0100
Message-ID: <20250216222227.2017788-1-sbrivio@redhat.com>
X-Mailer: git-send-email 2.43.0
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Message-ID-Hash: ZAKXZ6XWLYGAV3HUWI6JT4XPGNNAP7AQ
X-Message-ID-Hash: ZAKXZ6XWLYGAV3HUWI6JT4XPGNNAP7AQ
X-MailFrom: sbrivio@passt.top
X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header
CC: David Gibson <david@gibson.dropbear.id.au>
X-Mailman-Version: 3.3.8
Precedence: list
List-Id: Development discussion and patches for passt <passt-dev.passt.top>
Archived-At: <https://archives.passt.top/passt-dev/20250216222227.2017788-1-sbrivio@redhat.com/>
Archived-At: <https://passt.top/hyperkitty/list/passt-dev@passt.top/message/ZAKXZ6XWLYGAV3HUWI6JT4XPGNNAP7AQ/>
List-Archive: <https://archives.passt.top/passt-dev/>
List-Archive: <https://passt.top/hyperkitty/list/passt-dev@passt.top/>
List-Help: <mailto:passt-dev-request@passt.top?subject=help>
List-Owner: <mailto:passt-dev-owner@passt.top>
List-Post: <mailto:passt-dev@passt.top>
List-Subscribe: <mailto:passt-dev-join@passt.top>
List-Unsubscribe: <mailto:passt-dev-leave@passt.top>

Compared to v25, test changes only: run all the tests we added.

Compared to v26: actually commit all the tests.

Stefano Brivio (2):
  migrate: Migrate TCP flows
  test: Add migration tests

 contrib/selinux/passt.te       |   4 +-
 flow.c                         | 243 +++++++++
 flow.h                         |   8 +
 migrate.c                      |  10 +
 passt.c                        |   6 +-
 repair.c                       |   1 -
 tcp.c                          | 919 +++++++++++++++++++++++++++++++++
 tcp_conn.h                     | 103 ++++
 test/lib/layout                |  55 +-
 test/lib/setup                 | 138 ++++-
 test/lib/test                  |  48 ++
 test/migrate/basic             |  59 +++
 test/migrate/basic_fin         |  62 +++
 test/migrate/bidirectional     |  64 +++
 test/migrate/bidirectional_fin |  64 +++
 test/migrate/iperf3_bidir6     |  58 +++
 test/migrate/iperf3_in4        |  50 ++
 test/migrate/iperf3_in6        |  58 +++
 test/migrate/iperf3_many_out6  |  60 +++
 test/migrate/iperf3_out4       |  47 ++
 test/migrate/iperf3_out6       |  58 +++
 test/migrate/rampstream_in     |  12 +-
 test/migrate/rampstream_out    |   8 +-
 test/run                       |  42 +-
 24 files changed, 2158 insertions(+), 19 deletions(-)
 create mode 100644 test/migrate/basic
 create mode 100644 test/migrate/basic_fin
 create mode 100644 test/migrate/bidirectional
 create mode 100644 test/migrate/bidirectional_fin
 create mode 100644 test/migrate/iperf3_bidir6
 create mode 100644 test/migrate/iperf3_in4
 create mode 100644 test/migrate/iperf3_in6
 create mode 100644 test/migrate/iperf3_many_out6
 create mode 100644 test/migrate/iperf3_out4
 create mode 100644 test/migrate/iperf3_out6

-- 
2.43.0