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=fXGzJl+y; dkim-atps=neutral Received: from mail.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by passt.top (Postfix) with ESMTPS id 7078F5A0622 for ; Tue, 18 Feb 2025 03:07:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202502; t=1739844441; bh=gFQ1zbwetBfWDjkKKWzqtCtgFUlsR1GjBaKz24NwuSs=; h=From:To:Cc:Subject:Date:From; b=fXGzJl+yY2/1ladqebgAz8UPCE6tu7/jMwY6ABLtycMfk5Ew2pMvJka8MeSAALzjZ f+QWWLz3t6CnZoQaCLel5U6O2rW1AvUaqTPAxeBeWhEHRydEBct5SUwwsmIzIzf8QU zSO/w4yGtromrfn3CeHVWcPXZ+prOOvQ0GVn2PuAgFReGKRFZhoY5kc5p0b45dchKs aWcojo6waDsPK0sio+00dUa3RQUCsHapGZ/huuAdJj15FNkNYRq6zydlMTnxgtb0c+ ZWae2WFqSLa5ay2CLd2FeB0428h0CA2dj5ANY7Enw0Eh+fPTfY2rj9A7w71BuOYiD3 NYxVaV5DZbcyA== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4YxjZx6sCcz4x04; Tue, 18 Feb 2025 13:07:21 +1100 (AEDT) From: David Gibson To: passt-dev@passt.top, Stefano Brivio Subject: [PATCH 0/3] Several small fixes Date: Tue, 18 Feb 2025 13:07:16 +1100 Message-ID: <20250218020719.675748-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: 6JRR5CCIIXNSFKTGY7BXLT6Y7MWOCNGW X-Message-ID-Hash: 6JRR5CCIIXNSFKTGY7BXLT6Y7MWOCNGW 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: As discussed on the call, here's the first of a number of pending fixes I'm clearing from my backlog. I suppoted these while working on the MTU fixes back in December, but they don't have an awful lot to do with that inherently. David Gibson (3): packet: Use flexible array member in struct pool packet: Don't pass start and offset separately to packet_check_range() tap: Remove unused ETH_HDR_INIT() macro packet.c | 36 +++++++++++++++++++----------------- packet.h | 5 ++--- tap.h | 2 -- vu_common.c | 11 ++++------- 4 files changed, 25 insertions(+), 29 deletions(-) -- 2.48.1