From: Alex Williamson <alex.williamson@redhat.com>
To: Tushar Dave <tdave@nvidia.com>
Cc: ankita@nvidia.com, jgg@ziepe.ca, yishaih@nvidia.com,
skolothumtho@nvidia.com, kevin.tian@intel.com,
kvm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] vfio/nvgrace-gpu: Add GB300 SKU to the devid table
Date: Fri, 26 Sep 2025 13:36:08 -0600 [thread overview]
Message-ID: <20250926133608.4963f2bb.alex.williamson@redhat.com> (raw)
In-Reply-To: <20250925170935.121587-1-tdave@nvidia.com>
On Thu, 25 Sep 2025 12:09:35 -0500
Tushar Dave <tdave@nvidia.com> wrote:
> GB300 is NVIDIA's Grace Blackwell Ultra Superchip.
>
> Add the GB300 SKU device-id to nvgrace_gpu_vfio_pci_table.
>
> Signed-off-by: Tushar Dave <tdave@nvidia.com>
> ---
> drivers/vfio/pci/nvgrace-gpu/main.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/vfio/pci/nvgrace-gpu/main.c b/drivers/vfio/pci/nvgrace-gpu/main.c
> index d95761dcdd58..36b79713fd5a 100644
> --- a/drivers/vfio/pci/nvgrace-gpu/main.c
> +++ b/drivers/vfio/pci/nvgrace-gpu/main.c
> @@ -995,6 +995,8 @@ static const struct pci_device_id nvgrace_gpu_vfio_pci_table[] = {
> { PCI_DRIVER_OVERRIDE_DEVICE_VFIO(PCI_VENDOR_ID_NVIDIA, 0x2348) },
> /* GB200 SKU */
> { PCI_DRIVER_OVERRIDE_DEVICE_VFIO(PCI_VENDOR_ID_NVIDIA, 0x2941) },
> + /* GB300 SKU */
> + { PCI_DRIVER_OVERRIDE_DEVICE_VFIO(PCI_VENDOR_ID_NVIDIA, 0x31C2) },
> {}
> };
>
Applied to vfio next branch for v6.18. Thanks,
Alex
prev parent reply other threads:[~2025-09-26 19:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-25 17:09 [PATCH] vfio/nvgrace-gpu: Add GB300 SKU to the devid table Tushar Dave
2025-09-26 2:16 ` Ankit Agrawal
2025-09-26 19:36 ` Alex Williamson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250926133608.4963f2bb.alex.williamson@redhat.com \
--to=alex.williamson@redhat.com \
--cc=ankita@nvidia.com \
--cc=jgg@ziepe.ca \
--cc=kevin.tian@intel.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=skolothumtho@nvidia.com \
--cc=tdave@nvidia.com \
--cc=yishaih@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox