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=XFfN/BrN; dkim-atps=neutral Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by passt.top (Postfix) with ESMTPS id 3DF0B5A0275 for ; Fri, 07 Feb 2025 06:50:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202502; t=1738907437; bh=qrxMrFfsrj131pjT5Qp6lZOPc7jHytI1HU1sZfKF7+w=; h=From:To:Cc:Subject:Date:From; b=XFfN/BrN0+Yf6TVqaNJl29WeigSx2CkiD9Y1qO0gawvMbap3a1Jsw5QRgSaDoDrRE dNHMCPXxnxAuX4B5YVJRQNakw7UMtHnwsxZajh5pVLirQpV9s78U7/QUAgNJsb8MQ+ 8rvO2+yeJAi1aPfOPwEZnzEwYvH1Jq2AlOo8xekfUeYKs65hEK+MwmVJBq1+9AadwD Xl3xeYIID53IWszF999luXEHYY1wYIXrRg1chPPZRus3QENb8cI+8o3fpEGwSo3Gkc LWqarDX1NFZdz04XV16j3SxDamAtbK9K15vzxAj+Ny4cO5QQesQqZyL/NR6mqEg9YV UzN/iB/9dfKOg== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4Yq33d5hzDz4wnp; Fri, 7 Feb 2025 16:50:37 +1100 (AEDT) From: David Gibson To: passt-dev@passt.top, Stefano Brivio Subject: [PATCH 0/2] Migration debugging hacks Date: Fri, 7 Feb 2025 16:50:43 +1100 Message-ID: <20250207055045.1753013-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: R6YA3JHA4WGTVY6CYEYOYF6VPDI6QYOP X-Message-ID-Hash: R6YA3JHA4WGTVY6CYEYOYF6VPDI6QYOP 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 a couple of hacky patches I was using for debugging the failures in the migrate/bidirectional test. Further details on where I'm at coming in another email. David Gibson (2): pcap comment hacks debug pcap.c | 20 ++++++++++++++++++++ pcap.h | 2 ++ tap.c | 1 + tcp_vu.c | 6 ++++++ test/lib/setup | 8 +++++--- test/migrate/bidirectional | 15 ++++++++++++++- vu_common.c | 1 + 7 files changed, 49 insertions(+), 4 deletions(-) -- 2.48.1