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=D76A2oL5; dkim-atps=neutral Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by passt.top (Postfix) with ESMTPS id 267AA5A0275 for ; Tue, 01 Apr 2025 10:57:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202502; t=1743497832; bh=k42LU9keOWgNEpGVjgVjAnjGdCHGxMsFIYnJSVlMv2U=; h=From:To:Cc:Subject:Date:From; b=D76A2oL5Zp6nosHL7U6malHf33MF1T73t7VTMETFa5Lhg6CIWOYKObvq4PXuR2X2O gVvBox7VsmFATyvFGfPt1zVwyUet3thGpD/p203iYperKKQCsZqytKPJa8ERbne0Ge YIEKb45G4WU7ghijh9Hsj2VB3wyg1Ef7QSsSI4WAIlyFR+TiS8hYmAQYS4NpVwVfk2 rKOokiYRRSIF70h58ypGFHz5fCqmxY1RwSbCc1MMkXHTpfU8XXFwuYEv3O/WSeLD4h ax77GEHHgqkjqa/FhgI8fky5RgeKeaXRcLKMSAnZL45/1WgITSZ1CBmtVF/R83+2BF e3gI3U95aDs4w== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4ZRhhS2TmQz4x4d; Tue, 1 Apr 2025 19:57:12 +1100 (AEDT) From: David Gibson To: passt-dev@passt.top, Stefano Brivio Subject: [PATCH 0/3] udp: Further preliminaries towards using connected sockets on both sides Date: Tue, 1 Apr 2025 19:57:07 +1100 Message-ID: <20250401085710.2950538-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.49.0 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: EAKFIJXWV5KFIUHTLE6CX7NNFLX6XPSB X-Message-ID-Hash: EAKFIJXWV5KFIUHTLE6CX7NNFLX6XPSB 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: Some additional small cleanups David Gibson (3): udp: Remove redundant udp_at_sidx() call in udp_tap_handler() udp: Simplify updates to UDP flow timestamp udp: Correct some seccomp filter annotations udp.c | 23 +++++++++-------------- udp_vu.c | 9 +-------- udp_vu.h | 3 +-- 3 files changed, 11 insertions(+), 24 deletions(-) -- 2.49.0