Prev: wlan-ng: hfa384x_usb.c patch: Fix Whitespace issues
Next: swiotlb: Make exportable bookkeeping functions and variables have same prefix.
From: Konrad Rzeszutek Wilk on 10 May 2010 15:40 On Sun, May 09, 2010 at 10:41:15PM +0900, FUJITA Tomonori wrote: > On Wed, 7 Apr 2010 16:29:26 -0400 > Konrad Rzeszutek Wilk <konrad.wilk(a)oracle.com> wrote: > > > We want to move that function out of swiotlb_tbl_map_single so that the caller > > of this function does the virt->phys->bus address translation. > > > > Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk(a)oracle.com> > > --- > > lib/swiotlb.c | 22 ++++++++++++++-------- > > 1 files changed, 14 insertions(+), 8 deletions(-) > > It would be better to do something like that instead of spreading > swiotlb_virt_to_bus()? Yes! Thought I am confused by the name. In the past you mentioned 'tbl', but here it is 'tlb'. I presume 'tbl' is the right one? > Subject: [PATCH] swiotlb: add swiotlb_tlb_map_single library function > > swiotlb_tlb_map_single() takes the dma address of iotlb instead of > using swiotlb_virt_to_bus(). -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: FUJITA Tomonori on 10 May 2010 22:00
On Mon, 10 May 2010 15:31:18 -0400 Konrad Rzeszutek Wilk <konrad.wilk(a)oracle.com> wrote: > On Sun, May 09, 2010 at 10:41:15PM +0900, FUJITA Tomonori wrote: > > On Wed, 7 Apr 2010 16:29:26 -0400 > > Konrad Rzeszutek Wilk <konrad.wilk(a)oracle.com> wrote: > > > > > We want to move that function out of swiotlb_tbl_map_single so that the caller > > > of this function does the virt->phys->bus address translation. > > > > > > Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk(a)oracle.com> > > > --- > > > lib/swiotlb.c | 22 ++++++++++++++-------- > > > 1 files changed, 14 insertions(+), 8 deletions(-) > > > > It would be better to do something like that instead of spreading > > swiotlb_virt_to_bus()? > > Yes! Thought I am confused by the name. In the past you mentioned 'tbl', > but here it is 'tlb'. I presume 'tbl' is the right one? Oops, yeah. I meant 'tbl' for 'table' since Calgary and POWERPC IOMMUs use 'iommu_table' struct to store the global info. Please replace 'tlb' with 'tbl'. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |