From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by passt.top (Postfix, from userid 1000) id 028135A0269; Fri, 4 Nov 2022 02:54:43 +0100 (CET) From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH 0/3] Prepare for native AF_UNIX socket support in qemu 7.2 Date: Fri, 4 Nov 2022 02:54:39 +0100 Message-Id: <20221104015442.3831762-1-sbrivio@redhat.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: KLVVWSGKQNVROMTMZP34J4AUKKIGF6SI X-Message-ID-Hash: KLVVWSGKQNVROMTMZP34J4AUKKIGF6SI X-MailFrom: sbrivio@passt.top 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 , Laurent Vivier , Andrea Bolognani X-Mailman-Version: 3.3.3 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: Patches 1/3 and 2/3 deal with the tests, patch 3/3 updates usage notes and documentation bits. Indeed, we'll need to keep qrap around for a little longer, but it's probably time to start telling users about this. Stefano Brivio (3): test: Switch to qemu -netdev stream option instead of using qrap test/perf: Finally drop workaround for virtio_net TX stall passt, qrap, README: Update notes and documentation for AF_UNIX support in qemu README.md | 10 ++++----- passt.1 | 8 ++----- qrap.1 | 13 +++++------- qrap.c | 5 +++-- tap.c | 10 ++++----- test/README.md | 5 +++++ test/demo/passt | 9 +++----- test/distro/debian | 24 ++++++++++----------- test/distro/fedora | 38 ++++++++++++++++----------------- test/distro/opensuse | 14 ++++++------- test/distro/ubuntu | 12 +++++------ test/lib/setup | 50 ++++++++++++++++++++------------------------ test/perf/passt_tcp | 15 ------------- test/perf/passt_udp | 15 ------------- 14 files changed, 93 insertions(+), 135 deletions(-) -- 2.35.1