Re: [RFC PATCH] Add UIO (Userspace I/O) device rust abstraction

From: Guangbo Cui
Date: Wed Dec 11 2024 - 09:10:51 EST


> Very cool! But can we also see this with a "real" UIO driver as well?

Sure, I will look for a suitable UIO driver to start with. I’ve been quite
busy recently and might not have enough time to dedicate to it, but I will
continue working on it.

> Heck, even a conversion of something "simple" like the uio_dfl.c or
> uio_cif.c would be nice to see (you have to do this on top of the
> platform or pci rust bindings, see the list for the most recent round of
> them). Seeing how this will be used is kind of key to ensure that we
> know the bindings work properly.

Yes, this patch is on the top of the latest platform rust bindings.

Best regards,
Guangbo Cui