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

2025-02-25 Thread Baolu Lu
On 2/26/25 01:25, 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. Reviewed-by: Jason Gunthorpe Reviewed-by: Ke

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

2025-02-25 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. Reviewed-by: Jason Gunthorpe Reviewed-by: Kevin Tian Signed-off-by: Nicolin Chen