lkml.org 
[lkml]   [2020]   [Nov]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH v5 3/7] iommu: Allow the dma-iommu api to use bounce buffers
Date
Hi Christoph,

On 2020/11/23 18:08, Christoph Hellwig wrote:
>> + /*
>> + * If both the physical buffer start address and size are
>> + * page aligned, we don't need to use a bounce page.
>> + */
>> + if (IS_ENABLED(CONFIG_SWIOTLB) && dev_is_untrusted(dev) &&
>> + iova_offset(iovad, phys | org_size)) {
>> + aligned_size = iova_align(iovad, org_size);
>> + phys = swiotlb_tbl_map_single(dev,
>> + phys_to_dma(dev, io_tlb_start),
>> + phys, org_size, aligned_size, dir, attrs);
>
> swiotlb_tbl_map_single takes one less argument in 5.10-rc now.
>

Yes. But Will's iommu/next branch is based on 5.10-rc3. I synced with
him, we agreed to keep it 5.10-rc3 and resolve this conflict when
merging it.

Best regards,
baolu

\
 
 \ /
  Last update: 2020-11-23 12:43    [W:0.087 / U:0.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site