Re: [PATCH v5 1/3] vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmem
From: Ankit Agrawal
Date: Fri Jan 24 2025 - 12:51:28 EST
>> @@ -868,6 +896,8 @@ static const struct pci_device_id nvgrace_gpu_vfio_pci_table[] = {
>> { PCI_DRIVER_OVERRIDE_DEVICE_VFIO(PCI_VENDOR_ID_NVIDIA, 0x2345) },
>> /* GH200 SKU */
>> { PCI_DRIVER_OVERRIDE_DEVICE_VFIO(PCI_VENDOR_ID_NVIDIA, 0x2348) },
>> + /* GB200 SKU */
>> + { PCI_DRIVER_OVERRIDE_DEVICE_VFIO(PCI_VENDOR_ID_NVIDIA, 0x2941) },
>> {}
>> };
>>
>
> GB support isn't really complete until patch 3, so shouldn't we hold
> off on adding the ID to the table until a trivial patch 4, adding only
> the chunk above? Thanks,
>
> Alex
Yeah, thanks for pointing that out. Will move it to a new patch.