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 A6C2DCAC5B8 for ; Thu, 2 Oct 2025 12:41:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4244710E7DB; Thu, 2 Oct 2025 12:41:26 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="W5Sw3XVh"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 245BA10E7DB for ; Thu, 2 Oct 2025 12:41:25 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 8D91B416D5; Thu, 2 Oct 2025 12:41:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 91715C4CEF4; Thu, 2 Oct 2025 12:41:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1759408884; bh=OB5RZ2Z3NNTRxf89lDpwSKFcKfYCorQFxOEo52iWI+U=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=W5Sw3XVh4RP2WI7MzUZNVzll6Senx/XbyFHBwLEvwPdNyr0EuYQrYFNYXmIlP1Tk4 TedK5fEfuXLAdIgiENFxOBxMNHAyKlZntJkedU+m09NMAHbPrTy1JsT+hZYtPjRwtv Rh8pOYx1LqNELyZ++H4akBxB+JAuWiyZLbUtvsf/Ufj8yQWwmpgqqPf1npc3u4zYSP XD6lfoiWqzJeAjIAVcatkuQrSH52T9koEXBGMLGRXVvlF6zoQk7mgAf3F98HMeDIDT FfAx5bC9wFWUMFE4xcSeRGaaAFrerVV3Xm3oEwXlwRr1ewee9EhCGEk1YJJuY9o0Cd fWBkg5x9c65mA== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 02 Oct 2025 14:41:17 +0200 Message-Id: Subject: Re: [PATCH 0/2] rust: pci: expose is_virtfn() and reject VFs in nova-core Cc: "John Hubbard" , "Zhi Wang" , "Alistair Popple" , "Alexandre Courbot" , "Joel Fernandes" , "Timur Tabi" , "Surath Mitra" , "David Airlie" , "Simona Vetter" , "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" , "nouveau@lists.freedesktop.org" , "linux-pci@vger.kernel.org" , "rust-for-linux@vger.kernel.org" , "LKML" , "Alex Williamson" To: "Jason Gunthorpe" From: "Danilo Krummrich" References: <20250930220759.288528-1-jhubbard@nvidia.com> <20251002120149.GC3195801@nvidia.com> <20251002123244.GF3195801@nvidia.com> In-Reply-To: <20251002123244.GF3195801@nvidia.com> X-BeenThere: nouveau@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Nouveau development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: nouveau-bounces@lists.freedesktop.org Sender: "Nouveau" On Thu Oct 2, 2025 at 2:32 PM CEST, Jason Gunthorpe wrote: > On Thu, Oct 02, 2025 at 02:08:27PM +0200, Danilo Krummrich wrote: > >> Why? What about other upstream drivers that clearly assert that they don= 't >> support VFs? > > They shouldn't be doing that either. There is lots of junk in Linux, > that doesn't mean it should be made first-class to encourage more > people to do the wrong thing. Let's discontinue this thread and keep discussing in the v2 one, since the discussions converge.