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=Sqbn0AGD; dkim-atps=neutral Received: from mail.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by passt.top (Postfix) with ESMTPS id 67DD75A0275 for ; Wed, 19 Feb 2025 03:28:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202502; t=1739932118; bh=Ee6KrYzR9fPEj33nZI0LPBzfaHbukZtdJcXiFnlf8uM=; h=From:To:Cc:Subject:Date:From; b=Sqbn0AGDi8ymN2pWoyxKB8D6PM6hhVhDnCts3ecYORImu9BgZv+W8E7DguekEILsN 6SPbS2tEGlWNJMGm3I9FvsVi0/jvizKNUFkY9ceFms9MNznFFIZwhPeEKeyuCIj3RX /ATrAO9fM5sxN5HKc4MTmWRFemXYioOgbNq0uQ6MzBEw2c7YaK9t/G+GasVSLLNq0b OJHiL+oL9u4ZTU217e+9LimYTmCl69eAmVlIdoxbbeAzfbW8ZUz3wIKV5eQtDvIhDp ZBFJfXCifG5D5wjFtoWbLFrzKTRQXKSihaj3v+ld4gVf7uhl3lulclwj1pwQsc5CHK MzL3+NvyiK2Qg== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4YyL123zfSz4wvg; Wed, 19 Feb 2025 13:28:38 +1100 (AEDT) From: David Gibson To: passt-dev@passt.top, Stefano Brivio Subject: [PATCH 0/3] Clean up flow traversal macros Date: Wed, 19 Feb 2025 13:28:33 +1100 Message-ID: <20250219022836.3345243-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: SHH7N34G26ZTDEVWVU4IV2AERIHYR635 X-Message-ID-Hash: SHH7N34G26ZTDEVWVU4IV2AERIHYR635 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: The migration code introduced a number of flow traversal macros. This series cleans up their interfaces a bit, and makes them more widely useful. David Gibson (3): flow: Remove unneeded index from foreach_* macros flow: Remove unneeded bound parameter from flow traversal macros flow: Clean up and generalise flow traversal macros flow.c | 72 +++++++++++++++++++--------------------------------- flow_table.h | 36 ++++++++++++++++++++++++++ 2 files changed, 62 insertions(+), 46 deletions(-) -- 2.48.1