Re: [PATCH] pseries/iommu: Tweak ddw behavior in presence of pmem

2020-03-10 Thread Alexey Kardashevskiy
On 11/03/2020 17:09, Aneesh Kumar K.V wrote: > Vaibhav Jain writes: > >> Recently we discovered an issue on pseries guests that prevents pci >> devices from accessing pmem memory via DMA. Performing such an >> operation will cause PHB to freeze the corresponding partition >> endpoint and in so

Re: [PATCH] pseries/iommu: Tweak ddw behavior in presence of pmem

2020-03-10 Thread Aneesh Kumar K.V
Vaibhav Jain writes: > Recently we discovered an issue on pseries guests that prevents pci > devices from accessing pmem memory via DMA. Performing such an > operation will cause PHB to freeze the corresponding partition > endpoint and in some scenarios will shutdown the disk that hosts the > roo

[PATCH] pseries/iommu: Tweak ddw behavior in presence of pmem

2020-03-10 Thread Vaibhav Jain
Recently we discovered an issue on pseries guests that prevents pci devices from accessing pmem memory via DMA. Performing such an operation will cause PHB to freeze the corresponding partition endpoint and in some scenarios will shutdown the disk that hosts the rootfs. A fix for this is in works