From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A6AB0EE2089 for ; Fri, 6 Feb 2026 10:47:17 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D763D10E027; Fri, 6 Feb 2026 10:47:16 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="k+AaQumU"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5C39F10E027; Fri, 6 Feb 2026 10:47:15 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 51BF760051; Fri, 6 Feb 2026 10:47:14 +0000 (UTC) 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== 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> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri Feb 6, 2026 at 8:45 AM CET, Dirk Behme wrote: > Or is this completely orthogonal? Yes, this is orthogonal.