From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 5EB222EAD10; Fri, 6 Feb 2026 10:47:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770374834; cv=none; b=sTb/I85ZJ7QebdP4uH/deUiH2/mxsyhAH9u1b7G8np+Fn/35TNZymQGJ2tfwiuEGEGW5Utv5lHXnguPADJB/S43C27GM3upsTpqKzSTNnglk3+hSvwQgOnkdsG+L5FlDkKH2e7YxIaq1K5XAdiEIV0DdRK8dMncwO+BlzAieLgQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770374834; c=relaxed/simple; bh=hHVMdwW+wwkpn3m9YeQ+L1EfN1f7eOWIlEoTCcgPMEY=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=pmOAx/Ti+ffNZHsk1B1E7YcEHyNvH3sjfcajed/pbSIQnc7Qp5RZ263VZXwwJmyVvVkW2dC49TmuCv/xE3UHkwlPUDw4aKCk3rRCmNs0V0ZhytqZnXJPKqydgwQqZmS0NWlTy9dkwchOtA26ux6lnajPanx0npX/L/2pkFetRNU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=k+AaQumU; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="k+AaQumU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4AAB7C116C6; Fri, 6 Feb 2026 10:47:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770374834; bh=hHVMdwW+wwkpn3m9YeQ+L1EfN1f7eOWIlEoTCcgPMEY=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=k+AaQumUDRdLTa6+HJXM/M/ZH64/GRbY5Sqv5y58SCHivX8wv4BRcGRaowVuvFyi1 l28Re4f2IqBLyHlpTy4dN8W1IWVNDg2bE7GW8+GH9xWUgyaGCXCZo3dYHKB57jLjqf zmXyX1z4VuYT388ufz63Rken35Iy8ckMJra7lWxw2g4eFKR+PB8yHBygXf8JlA5L0h bI6q3oksHykbX/gZNI19GBo75SZjmanw9ZQ/Pg2qjHKSSzClGSADG1dTTbwx0h1pa4 gIf5BfRIxEW7v+EK+edD4iljRFXiQ1khCj5p93BXhkBGCwA0hjCaHCdU/P8Dt++g08 Vp6+VlLtcltpQ== Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 06 Feb 2026 11:47:05 +0100 Message-Id: Subject: Re: [PATCH v2 00/10] rust: pci: add abstractions for SR-IOV capability Cc: "Peter Colberg" , "Bjorn Helgaas" , =?utf-8?q?Krzysztof_Wilczy=C5=84ski?= , "Miguel Ojeda" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Abdiel Janulgue" , "Daniel Almeida" , "Robin Murphy" , "Greg Kroah-Hartman" , "Dave Ertman" , "Ira Weiny" , "Leon Romanovsky" , "David Airlie" , "Simona Vetter" , "Jonathan Corbet" , "Xu Yilun" , "Tom Rix" , "Moritz Fischer" , "Rafael J. Wysocki" , "Zhi Wang" , "Zijing Zhang" , , , , "Alexandre Courbot" , "Alistair Popple" , "Joel Fernandes" , "John Hubbard" , , , , , , "Jason Gunthorpe" To: "Dirk Behme" From: "Danilo Krummrich" References: <20260205-rust-pci-sriov-v2-0-ef9400c7767b@redhat.com> <4669209d-c53b-4cc5-ab2f-0f09aa5dfc50@de.bosch.com> In-Reply-To: <4669209d-c53b-4cc5-ab2f-0f09aa5dfc50@de.bosch.com> On Fri Feb 6, 2026 at 8:45 AM CET, Dirk Behme wrote: > Or is this completely orthogonal? Yes, this is orthogonal.