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 1C9892C3272; Thu, 6 Nov 2025 23:30:17 +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=1762471818; cv=none; b=uERZm5nixagfdbKdQfBDzLKNUd/fZmt2zWBui/SeBSzpfsS3nSTgCUNyF5kASlNfK98O3QjWnTSGy54/DmsqZlfG+1pAgzdM+or68z5Ua8BrxpTJ5S1zoXjqNjWknzMfE6xlomOqUnuR54sJln9shmzTPYYr7OHx6faI+ZELrms= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762471818; c=relaxed/simple; bh=RtKh1aHOhj1oUQyHUf8pa4sYnCoinvuK8XuzxIRajf8=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=eDXtOVRYJ9NwrJ5fhk4/5FR4xxdeotjEMzkBrDl7iIy8G8kvbJ8gGNxPEJa1Ys0KxqlVYS6vXo0ppojNWJlMZLmAuq2BrZtRI/3G72EnExARI0xxAPY5VYhH5qf7NnOczTR4LET2S9Z0gqk6ESVP2pHLvX4YQJ+u2I1E2O90O1M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mqOHNpLp; 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="mqOHNpLp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BBBD7C116C6; Thu, 6 Nov 2025 23:30:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1762471817; bh=RtKh1aHOhj1oUQyHUf8pa4sYnCoinvuK8XuzxIRajf8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=mqOHNpLpMJukurAu9WEU6QNDCnr36o3iJUL1EV1KG77f+R9/afOeC2+ZO/2QbZT7c 0k44sU4wPKl/m5aNVMevdrf0sen/hLfWu5F4UXlF7p+rnf/Hs3lbH3JtEvJ5LMp6du DVH6DpwBEfgS8s1OjfvrncliiGp2rmxS7Wb6q2+R91JkzsvnxnSUVIYryZ+t9fCIor ChrkA2xZZ0ncqdSryu/1ONR8a698bwr8xxuY9YHVfrSNnKJFkducAhM8dFI2sH/xaA o+gUnuSgswKb1QmkrhqXHq6ORdyIcZsQHk7LXKPhlO8qX4c+vbVcmXCDP32RP0WHFw CbFnZ/JhXtT4g== Message-ID: <33fdac0d-fd7c-4c8e-9aa5-fa5558ff82d6@kernel.org> Date: Fri, 7 Nov 2025 00:30:11 +0100 Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 6/6] gpu: nova-core: use gpu::Architecture instead of long lists of GPUs To: John Hubbard Cc: Timur Tabi , Alexandre Courbot , "lossin@kernel.org" , "a.hindborg@kernel.org" , "boqun.feng@gmail.com" , "aliceryhl@google.com" , Zhi Wang , "simona@ffwll.ch" , "alex.gaynor@gmail.com" , "ojeda@kernel.org" , "tmgross@umich.edu" , "nouveau@lists.freedesktop.org" , "linux-kernel@vger.kernel.org" , "rust-for-linux@vger.kernel.org" , "bjorn3_gh@protonmail.com" , Edwin Peer , "airlied@gmail.com" , Joel Fernandes , "bhelgaas@google.com" , "gary@garyguo.net" , Alistair Popple References: <20251106035435.619949-1-jhubbard@nvidia.com> <20251106035435.619949-7-jhubbard@nvidia.com> <1c86eda2-b9ca-426c-8813-f91ddcd22085@kernel.org> <4d93d66d-d186-4b0c-b51d-94303c58b791@nvidia.com> From: Danilo Krummrich Content-Language: en-US In-Reply-To: <4d93d66d-d186-4b0c-b51d-94303c58b791@nvidia.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 11/6/25 11:18 PM, John Hubbard wrote: > I'm thinking we can either do it, before or after the big pending > set of patches that have been posted so far, probably. I'd prefer doing it before, it ensures we have consistent style throughout the driver and gives the chance to cleanup unnecessary imports that are covered by prelude.