Re: [PATCH 12/13] vfio/nvidia-vgpu: add the NVIDIA vGPU VFIO variant driver
From: Jason Gunthorpe
Date: Wed Sep 16 2026 - 10:51:09 EST
On Wed, Sep 16, 2026 at 09:44:35AM +1000, Dave Airlie wrote:
> As for the rust stuff, I think for vfio your drivers are just not that
> much of a horror show or refactoring often enough that rust will be
> anything but a blip on your radar,
Uh? I've been sending a couple whole subsystem refactorings touching
every driver a couple times a year for what, 5 years now?
There are still more that are needed, like trying to redo the drvdata
apparently. As well as stuff on the ops side, and more and more.
Granted you are looking at it after all this work, but there are still
problematic areas. drvdata, some of the ops, some of the locking, I
think there will be alot of C work to fix things up enough rust
bindings can happen sanely.
It is not so easy, your LLM looks like it put PM trampolines in every
driver, which I would not like to see.. Not sure how it solved vga
without touching drm..
Jason