RE: [PATCH v6 01/14] iommufd/fault: Move two fault functions out of the header

2025-02-17 Thread Tian, Kevin
> From: Nicolin Chen > Sent: Saturday, January 25, 2025 8:31 AM > > There is no need to keep them in the header. The vEVENTQ version of these > two functions will turn out to be a different implementation and will not > share with this fault version. Thus, move them out of the header. > > Signed

Re: [PATCH v6 01/14] iommufd/fault: Move two fault functions out of the header

2025-02-14 Thread Jason Gunthorpe
On Fri, Jan 24, 2025 at 04:30:30PM -0800, Nicolin Chen wrote: > There is no need to keep them in the header. The vEVENTQ version of these > two functions will turn out to be a different implementation and will not > share with this fault version. Thus, move them out of the header. > > Signed-off-b

[PATCH v6 01/14] iommufd/fault: Move two fault functions out of the header

2025-01-24 Thread Nicolin Chen
There is no need to keep them in the header. The vEVENTQ version of these two functions will turn out to be a different implementation and will not share with this fault version. Thus, move them out of the header. Signed-off-by: Nicolin Chen --- drivers/iommu/iommufd/iommufd_private.h | 25 -