RE: [RFC PATCH v4 00/24] vfio: Adopt iommufd

2023-08-02 Thread Duan, Zhenzhong
>-Original Message- >From: Nicolin Chen >Subject: Re: [RFC PATCH v4 00/24] vfio: Adopt iommufd > >On Tue, Aug 01, 2023 at 08:28:01AM +, Duan, Zhenzhong wrote: > >> Ping, any comments or suggestions are appreciated. > >Zhenzhong, I'd love to, yet h

Re: [RFC PATCH v4 00/24] vfio: Adopt iommufd

2023-08-02 Thread Nicolin Chen
On Tue, Aug 01, 2023 at 08:28:01AM +, Duan, Zhenzhong wrote: > Ping, any comments or suggestions are appreciated. Zhenzhong, I'd love to, yet haven't got the chance to go through this series. I think that most of us are quite occupied at this moment by the kernel side of the changes. I plan

RE: [RFC PATCH v4 00/24] vfio: Adopt iommufd

2023-08-01 Thread Duan, Zhenzhong
vidia.com; eric.au...@redhat.com; pet...@redhat.com; >jasonw...@redhat.com; Tian, Kevin ; Liu, Yi L >; Sun, Yi Y ; Peng, Chao P >; Duan, Zhenzhong >Subject: [RFC PATCH v4 00/24] vfio: Adopt iommufd > >With the introduction of iommufd, the Linux kernel provides a generic >interface for u

[RFC PATCH v4 00/24] vfio: Adopt iommufd

2023-07-12 Thread Zhenzhong Duan
With the introduction of iommufd, the Linux kernel provides a generic interface for userspace drivers to propagate their DMA mappings to kernel for assigned devices. This series does the porting of the VFIO devices onto the /dev/iommu uapi and let it coexist with the legacy implementation. This QE