From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by passt.top (Postfix) with ESMTP id 36C465A0271 for ; Sun, 12 Nov 2023 23:36:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1699828563; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=irVDsqTeF6E/d/01eIDJUNMV69piT6HdZlLE6I6qyIc=; b=LYHO9/G6cR5NCuyGRNkT7/Q/EfQfP9g5qj2lHHDmkZvg47J+CHZjbbuNLFCg6zqPJUujLn h41cJfDdd2cFlfJDRiZsCVnWPTkwX9mK+zYpaYNaXwDBJOcLK45d0ad7UCRTwEK/YIiUOf /Xr2V+7ipGNCS/52v35QqlRR8VJLyqM= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-345-TNLGa7T6PyCv_slwXpzCzg-1; Sun, 12 Nov 2023 17:36:01 -0500 X-MC-Unique: TNLGa7T6PyCv_slwXpzCzg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E6675101AA42; Sun, 12 Nov 2023 22:36:00 +0000 (UTC) Received: from elisabeth (unknown [10.39.208.5]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2E77540C6EBA; Sun, 12 Nov 2023 22:35:59 +0000 (UTC) Date: Sun, 12 Nov 2023 23:35:57 +0100 From: Stefano Brivio To: passt-user@passt.top Subject: passt: new version 2023_11_10.5ec3634 available Message-ID: <20231112233557.4070603e@elisabeth> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID-Hash: 2765ZFM7OWGJJC45TLUQBEXLGAO44NYJ X-Message-ID-Hash: 2765ZFM7OWGJJC45TLUQBEXLGAO44NYJ X-MailFrom: sbrivio@redhat.com 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: passt-dev@passt.top 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 new version with tag 2023_11_10.5ec3634 includes the following changes: 5ec3634 tap, pasta: Handle short writes to /dev/tap f0776ea tap, pasta: Handle incomplete tap sends for pasta too cf3eeba tcp: Don't use TCP_WINDOW_CLAMP 930bc3b tcp: Rename and small cleanup to tcp_clamp_window() 2c1554c test/lib/perf_report: Fix up table highlight for pasta's local flows https://passt.top/passt/log/?qt=range&q=2023_11_07.56d9f6d..2023_11_10.5ec3634 Packages: - Arch Linux: https://www.archlinux.org/packages/extra/x86_64/passt/ https://archlinuxarm.org/packages/aarch64/passt https://archlinuxarm.org/packages/armv7h/passt - Debian tracker: https://tracker.debian.org/pkg/passt - Copr (CentOS Stream, EPEL, Fedora, Mageia, openSUSE): https://copr.fedorainfracloud.org/coprs/sbrivio/passt/build/6619714/ permanent mirror: https://passt.top/builds/copr/0^20231110.g5ec3634/ - Fedora updates: https://bodhi.fedoraproject.org/updates/?packages=passt - Ubuntu tracker: https://launchpad.net/ubuntu/+source/passt - Void Linux: https://voidlinux.org/packages/?q=passt - Static builds: - Package for other RPM-based distributions, x86_64 only: https://passt.top/builds/latest/x86_64/passt-g5ec3634-1.x86_64.rpm - x86_64 static binaries: https://passt.top/builds/latest/x86_64/ - Debian package, from x86_64 static build: https://passt.top/builds/latest/x86_64/passt_5ec3634-1_all.deb -- Stefano