Re: [PATCH v2 4/4] iommu/vt-d: Add page response ops support

2020-07-08 Thread Lu Baolu
Hi Kevin, On 7/6/20 9:47 AM, Tian, Kevin wrote: From: Lu Baolu Sent: Monday, July 6, 2020 8:26 AM After a page request is handled, software must response the device which raised the page request with the handling result. This is done through 'response' is a noun. Yes. the iommu

RE: [PATCH v2 4/4] iommu/vt-d: Add page response ops support

2020-07-05 Thread Tian, Kevin
> From: Lu Baolu > Sent: Monday, July 6, 2020 8:26 AM > > After a page request is handled, software must response the device which > raised the page request with the handling result. This is done through 'response' is a noun. > the iommu ops.page_response if the request was reported to outside

[PATCH v2 4/4] iommu/vt-d: Add page response ops support

2020-07-05 Thread Lu Baolu
After a page request is handled, software must response the device which raised the page request with the handling result. This is done through the iommu ops.page_response if the request was reported to outside of vendor iommu driver through iommu_report_device_fault(). This adds the VT-d