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=202410 header.b=Md9SzeLZ; dkim-atps=neutral Received: from mail.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by passt.top (Postfix) with ESMTPS id 66E9E5A061A for ; Wed, 06 Nov 2024 02:44:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202410; t=1730857455; bh=MczaX4YeZze782sOtG+3ssHNYtgrWDiMtkEyYzyEliI=; h=From:To:Cc:Subject:Date:From; b=Md9SzeLZsaqDbg3uu3yLNAJ394hgN1kIU9ZSBIqOpSoCyYNGwOLVmq8L85rgK+fLO icGXwpqOUDLG4Pdpo9dugHY55W1jHI3x+WW5r6/0DoXFnWKhAYsjbE/B5TsuxY+rG7 4Ow0qmHYKkPW9BTJYj7d53YB+q8aQrw29irnCiLW0wcSA7XibVNCuNPDHfEVwRjJ/N 4j16rYoqEF816Mg0637o4V1HttZyFwURfe3VpI52j7D942BP22b7BKCbWPZ4o9Nijb iMdcUKSWuP8Ov3EppEINwUehrnsnVVi/aLHNwLA6w3Z+K3C3JdZLYKDM/DY7xG87Gy ZxynTwnRj0kqg== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4Xjp0H0BdJz4x9G; Wed, 6 Nov 2024 12:44:15 +1100 (AEDT) From: David Gibson To: passt-dev@passt.top, Stefano Brivio Subject: [PATCH 0/2] test: Fixes for prefixlen handling Date: Wed, 6 Nov 2024 12:44:13 +1100 Message-ID: <20241106014415.1765896-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.47.0 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: 6QYFNGQFVFYBIBUSNZPAQ4ZUJOJWZD6Y X-Message-ID-Hash: 6QYFNGQFVFYBIBUSNZPAQ4ZUJOJWZD6Y 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: Jon hit some problems when attempting to run the testsuite with an IPv6 prefix length of 40, rather than 64. Here are a couple of patches that should fix that, along with a couple of adjacent oddities. David Gibson (2): test: Don't require 64-bit prefixes in perf tests test: Improve test for NDP assigned prefix test/passt/ndp | 4 ++-- test/pasta/ndp | 4 ++-- test/perf/pasta_tcp | 2 +- test/perf/pasta_udp | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) -- 2.47.0