From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by passt.top (Postfix) with ESMTPS id 551245A0271 for ; Fri, 4 Aug 2023 10:32:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=201602; t=1691137955; bh=laeX4nkH+hcZXtc5T7IEwhiwfJmX7XgLdLNoYdZU0Ys=; h=From:To:Cc:Subject:Date:From; b=diwvhNSI445E97VkJUC52bzPZjiZctytHDQHHr0JeGqHA8cdPpKGoI8f6lEuqXax4 aqZ9DhP3j+PHy6U4rc362/YxwEp/Mchs+U3Q9T0jAi2S9QqtQ6xk+QftzUrF08r1o+ cwTKLRqQHaqVbM8w+b3AsT12C4QFBI+6wrUHdK+U= Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4RHJql4b31z4wxm; Fri, 4 Aug 2023 18:32:35 +1000 (AEST) From: David Gibson To: passt-dev@passt.top, Stefano Brivio Subject: [PATCH 0/2] Clean up reset of tap connections Date: Fri, 4 Aug 2023 18:32:30 +1000 Message-ID: <20230804083232.1298624-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.41.0 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: GDF7SO2MLDPX2I23NY4V4AVIUZ5MPONX X-Message-ID-Hash: GDF7SO2MLDPX2I23NY4V4AVIUZ5MPONX 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: I ran into some mildly confusing stuff in the tap reset path while working on the epoll rework. Here's a couple of fixes for it. David Gibson (2): tap: Clean up tap reset path tap: More sensible behaviour for error on listening qemu socket tap.c | 57 ++++++++++++++++++++++++++++++++------------------------- 1 file changed, 32 insertions(+), 25 deletions(-) -- 2.41.0