From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: passt.top; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: passt.top; dkim=pass (2048-bit key; secure) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.a=rsa-sha256 header.s=202502 header.b=eTq3jI+D; dkim-atps=neutral Received: from mail.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by passt.top (Postfix) with ESMTPS id BF60C5A062B for ; Tue, 18 Feb 2025 12:04:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202502; t=1739876654; bh=UvuRMzm9NyopLdn8i2YybXNcQ3tez9nh8wPXrBGyuXk=; h=From:To:Cc:Subject:Date:From; b=eTq3jI+DAurWYWWPASiPJVXhTV4yexucc01q7i3gZMhswJA/IcGGtj1vjmIBnZ9xv XQGPySiqMgMTR1VHd2WDAEeXn9aJnUDESFAC4YMqhOEYVA5a/MedJZdjMp9ZV9Zjnn 8buGQ+T0dVdF6XO9mqcH4T4CoP4KRXfZCuVLjNUsvtWHizBiblZ/trFEfuEzCvIgQ7 +PbCPufslfvEWomzhvD8PRPzCFqisWP6QNgEXc5stLPKWHuLMT/6GLFv9rQUgHRGVw +c7EENxHT+cshvn7lP6mphrBRIEw9XRYoedmwYm9RyIwOn1nEHG1MHAaVQPpUT+1CR ZKJRo6yaCgiwQ== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4YxxVQ1dTzz4x21; Tue, 18 Feb 2025 22:04:14 +1100 (AEDT) From: David Gibson To: Stefano Brivio , passt-dev@passt.top Subject: [PATCH 0/4] Assorted small fix ups Date: Tue, 18 Feb 2025 19:59:20 +1100 Message-ID: <20250218085924.2627517-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.48.1 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: PH7RFJUGY4BBD4OV22FI5RO5JG6GICNS X-Message-ID-Hash: PH7RFJUGY4BBD4OV22FI5RO5JG6GICNS X-MailFrom: dgibson@gandalf.ozlabs.org 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 X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Here are several small cleanups. 3 of the 4 are related to the recently merged migration code, one is just general. David Gibson (4): tcp: More type safety for tcp_flow_migrate_target_ext() tcp: Remove spurious prototype for tcp_flow_migrate_shrink_window tcp: Don't pass both flow pointer and flow index flow: Add flow_perror() helper flow.c | 16 +++++++++------- flow.h | 18 ++++++++++++++---- icmp.c | 5 ++--- tcp.c | 46 ++++++++++++++++++++-------------------------- tcp_conn.h | 6 ++---- tcp_splice.c | 9 ++++----- udp_flow.c | 19 +++++++------------ 7 files changed, 58 insertions(+), 61 deletions(-) -- 2.48.1