From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2F44F63B9; Sat, 13 Jun 2026 00:40:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781311210; cv=none; b=lkA1RT6qRPfLSmpoZUc/6X20FdlDobjyyAGK0iioB8WADtbN+nSIBG5iTNRnPqHodUZPe/PZa3atRVGOyY8onoolSj93zuj8X3nmJHKWXiBBwZuNj4cvhCsTs2HGCursyFCgwZej3Fljk1WZRoEvFnysvfePhne15yCetvAkbvs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781311210; c=relaxed/simple; bh=GrIsekCfLZfXPKDJYonqMRDao/UsouriD4WYGi6l6UE=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=nSPJ2exSMshREsRbJhQv/mxY/4HNnqrVMMmMFTpvMgtSdOzBWNHGBmjcua9J4gILgcSRCtDc9vNkQOGeqQUlUwUxywM0Dl+RTNmad78vvWxgPEeQZmOmv4Syo4AeU9ftY2vBlDXP7YZx88tea2C/sIL9xiRe6j34uvUtG4SIva0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OjT9YPY8; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="OjT9YPY8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BF29C1F000E9; Sat, 13 Jun 2026 00:40:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781311208; bh=6PNkjT15m64g+Jsy3PTzP7sBCQpV4Zugg+Mp3HRjGkU=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=OjT9YPY8cBt3tIOEDTgwOmQVkmNvYqABj8T95fwTgfequKCgMHqzq7PCRcqLwawki FrRdTv8VreXblWytFCXHy/11zuYug5OmXeGm/Oc6nFWeIig9qlhPEjlfllTkzZedip yAO++5nr/khS4/WBXyWK5DZ2UvVYSBro57k9K+Hzt6fG1W1GmqVfJeslUNFncLZDDN 3azQc/RieKsYt7jy4+vxWO6Zve7JkrsyCNdy70nXh0wJLoB2YMXWfhE7nzwWhh1IzQ Ljw0DjTlBKm/7HqFAp5v1bKvW43Vw0WfHnAGPQ2NLyHUvQU0IMC1AV+TMClwPvJ5O0 Qpv4AasD2xacA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 93A6D39E9607; Sat, 13 Jun 2026 00:40:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] selftests: iou-zcrx: defer listen() until after zcrx setup From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178131120515.1308931.1175372456893962436.git-patchwork-notify@kernel.org> Date: Sat, 13 Jun 2026 00:40:05 +0000 References: <20260611160341.3697227-2-dtatulea@nvidia.com> In-Reply-To: <20260611160341.3697227-2-dtatulea@nvidia.com> To: Dragos Tatulea Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, shuah@kernel.org, dw@davidwei.uk, axboe@kernel.dk, cratiu@nvidia.com, netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 11 Jun 2026 19:03:41 +0300 you wrote: > The server binds the queues for zero-copy after listen(). If the client > does a connect() during this time it can fail with EHOSTUNREACH on > a cold system. This was encountered with the mlx5 driver where binding > the .ndo_queue_start() is a slow operation during which no packets > can be exchanged. > > This change moves listen() after queue binding, when the test server is > fully operational. > > [...] Here is the summary with links: - [net] selftests: iou-zcrx: defer listen() until after zcrx setup https://git.kernel.org/netdev/net-next/c/ec782be97d2d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html