Re: [PATCH v6 25/34] swiotlb: Add warnings for use of bounce buffers with SME

From: Tom Lendacky
Date: Thu Jun 08 2017 - 19:04:44 EST


On 6/8/2017 2:58 AM, Christoph Hellwig wrote:
On Wed, Jun 07, 2017 at 02:17:32PM -0500, Tom Lendacky wrote:
Add warnings to let the user know when bounce buffers are being used for
DMA when SME is active. Since the bounce buffers are not in encrypted
memory, these notifications are to allow the user to determine some
appropriate action - if necessary.

And what would the action be? Do we need a boot or other option to
disallow this fallback for people who care deeply?

The action could be to enable the IOMMU so that lower DMA addresses are
used, or to replace the device with one that supports 64-bit DMA or, if
the device is not used much, you could just ignore it.

I'm not sure we need an option to disallow the fallback. Are you
thinking along the lines of disabling the device?

Thanks,
Tom